diff --git a/layouts/partials/avatar.html b/layouts/partials/avatar.html index 49d9b7f..729cbf2 100644 --- a/layouts/partials/avatar.html +++ b/layouts/partials/avatar.html @@ -1,4 +1,4 @@ - - {{ with .Site.Params.authorimage }} {{ end }} + + {{ with .Site.Params.authorimage }} {{ end }} {{ .Site.Params.author }} diff --git a/layouts/partials/content.html b/layouts/partials/content.html index 26e35cb..784dd41 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -1,7 +1,7 @@ - + {{ .Title }} - + {{ if ne .Params.showpagemeta false }} @@ -20,7 +20,7 @@ {{ end }} - + {{ if and ( ne .Params.toc false) (gt .WordCount 300 ) }} {{ .TableOfContents }} @@ -28,7 +28,7 @@ {{ .Content }} - + {{ if ne .Params.showpagemeta false }} diff --git a/layouts/partials/error.html b/layouts/partials/error.html index b79e2ae..36ced1f 100644 --- a/layouts/partials/error.html +++ b/layouts/partials/error.html @@ -1,4 +1,4 @@ - + 404 Sorry! That page does not exist. It may have been removed or moved to a new section on the site. Click here go back to the home page. diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9e4b0c3..3a6e408 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,7 +24,7 @@ {{ end }} - + diff --git a/layouts/partials/info.html b/layouts/partials/info.html index 414986d..8d5f501 100644 --- a/layouts/partials/info.html +++ b/layouts/partials/info.html @@ -1,4 +1,4 @@ - + {{ with .Site.Params.intro }} {{ . | markdownify }} {{ end }} diff --git a/layouts/partials/li.html b/layouts/partials/li.html index b413463..3372676 100644 --- a/layouts/partials/li.html +++ b/layouts/partials/li.html @@ -1,4 +1,4 @@ - + {{ range .Data.Pages.ByPublishDate.Reverse }} diff --git a/layouts/partials/main_menu.html b/layouts/partials/main_menu.html index 185ff95..7c466e0 100644 --- a/layouts/partials/main_menu.html +++ b/layouts/partials/main_menu.html @@ -1,4 +1,4 @@ - + {{ range sort .Site.Menus.main }} {{ .Name | lower }} {{ end }} diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index c9d95b5..a8f4f58 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,4 +1,4 @@ - + {{ if not .IsNode }} {{ with .PrevInSection }} < prev | diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 9060de7..5dd5cf1 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -1,4 +1,4 @@ - + {{ with .Site.Params.social.twitter }} {{ end }} diff --git a/layouts/partials/sub_footer.html b/layouts/partials/sub_footer.html index c3ed18a..82f97b8 100644 --- a/layouts/partials/sub_footer.html +++ b/layouts/partials/sub_footer.html @@ -1,4 +1,4 @@ -
Sorry! That page does not exist. It may have been removed or moved to a new section on the site. Click here go back to the home page.