diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ad5c452..b978dee 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -16,7 +16,7 @@ {{ if and (isset .Params "image") .Params.image }}
-
{{ if and (isset .Params "writer") $writer.bio }} diff --git a/layouts/partials/category.html b/layouts/partials/category.html index 10b2b01..2c073f1 100644 --- a/layouts/partials/category.html +++ b/layouts/partials/category.html @@ -33,7 +33,7 @@

Posts

{{ end }} {{ if and (isset .Params "image") .Params.image }} - + {{ end }}
@@ -46,7 +46,7 @@

Posts

{{ if and (isset .Site.Params "author") .Site.Params.author }} / - + {{ end }} {{ else }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5e0866a..4cf700c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -17,11 +17,11 @@ - + - - - + + + {{ if .RSSLink }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d6ec34b..fec4347 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -19,12 +19,12 @@ {{ $page := . }} {{ range .Site.Menus.main }}
  • - {{ .Name }} + {{ .Name }} {{ if .HasChildren }} diff --git a/layouts/partials/portfolio.html b/layouts/partials/portfolio.html index 166bead..3125cc6 100644 --- a/layouts/partials/portfolio.html +++ b/layouts/partials/portfolio.html @@ -23,7 +23,7 @@

    Posts

    {{ end }} {{ if and (isset .Params "image") .Params.image }} - + {{ end }}
    @@ -34,7 +34,7 @@

    Posts

    {{ if and (isset .Site.Params "author") .Site.Params.author }} / - + {{ end }} {{ else }} diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index b78b696..808e070 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,3 +1,3 @@ - - - + + + diff --git a/layouts/partials/tag.html b/layouts/partials/tag.html index ad8fef7..675eb70 100644 --- a/layouts/partials/tag.html +++ b/layouts/partials/tag.html @@ -26,7 +26,7 @@

    Posts

    {{ end }} {{ if and (isset .Params "image") .Params.image }} - + {{ end }} @@ -38,7 +38,7 @@

    Posts

    {{ if and (isset .Site.Params "authorlink") .Site.Params.authorLink }} - + {{ else }} {{ .Site.Params.author | default "" }} {{ end }}