From 2cbb38c4f304f0c583866d1bb2b410320c998c44 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 1 Jul 2013 18:37:50 -0400 Subject: [PATCH] schema agnostic default links --- views/templates/index.slim | 6 +++--- views/templates/not_found.slim | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/views/templates/index.slim b/views/templates/index.slim index cf7225ef..7a8d2fc7 100644 --- a/views/templates/index.slim +++ b/views/templates/index.slim @@ -8,10 +8,10 @@ html meta name="description" content="" meta name="keywords" content="" - link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all" + link href="//groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all" body @@ -25,7 +25,7 @@ html main p This is a new page! Coming soon. - p This page uses Ground Floor to style the page, click here to see some code examples. You can opt-out of this style and make your own design by removing the "default.css" link in the HTML. + p This page uses Ground Floor to style the page, click here to see some code examples. You can opt-out of this style and make your own design by removing the "default.css" link in the HTML. footer p Copyright 2013 \ No newline at end of file diff --git a/views/templates/not_found.slim b/views/templates/not_found.slim index 7a10b338..857a71ed 100644 --- a/views/templates/not_found.slim +++ b/views/templates/not_found.slim @@ -5,10 +5,10 @@ html title #{template_site_title @site.username} - Not Found - link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all" + link href="//groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all" body