From 96e0f5b647a9915c8fa9322731cd4d93a3dac5fd Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Thu, 27 Apr 2017 15:48:15 -0500 Subject: Change to use absURL and relURL Fixes #64 --- layouts/guest/single.html | 2 +- layouts/partials/footer_scripts.html | 8 ++++---- layouts/partials/grid.html | 8 ++++---- layouts/partials/head_includes.html | 6 +++--- layouts/partials/header.html | 6 +++--- layouts/partials/jumbotron.html | 2 +- layouts/partials/row.html | 10 +++++----- layouts/partials/sidebar.html | 2 +- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/layouts/guest/single.html b/layouts/guest/single.html index 3e2b403..488ec70 100644 --- a/layouts/guest/single.html +++ b/layouts/guest/single.html @@ -8,7 +8,7 @@
- +
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index 0a17f2e..b017c68 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -1,4 +1,4 @@ - + diff --git a/layouts/partials/grid.html b/layouts/partials/grid.html index 6478ac9..25374ac 100644 --- a/layouts/partials/grid.html +++ b/layouts/partials/grid.html @@ -13,7 +13,7 @@
- {{ .Title }} + {{ .Title }} @@ -40,21 +40,21 @@ diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 044228e..420d9ba 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -1,10 +1,10 @@ {{ if isset $.Site.Params "site_theme"}} - + {{ else }} - + {{ end }} {{ range .Site.Params.custom_css }} - + {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 2f68b3c..186f4c3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,7 +2,7 @@ - {{ .Site.Title }} + {{ .Site.Title }}
- +

{{ .Description | markdownify}}

@@ -44,7 +44,7 @@
- +

{{ .Description | markdownify}}

@@ -75,21 +75,21 @@ diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 794b752..342a2df 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -101,7 +101,7 @@