diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 230bb81..9da0d2f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,9 +33,8 @@ {{ if .NextInSection }}{{ end }} {{ end }} {{ partial "favicon" . }} - - - + + {{ partial "css" . }} {{ block "style" . }}{{ end }} {{ $lazylist := findRE "class=\".*?\\blazyload\\b.*?\"|class=lazyload\b" .Content }} diff --git a/layouts/partials/meta/name-author.html b/layouts/partials/meta/name-author.html index 561b328..e4a4dbf 100644 --- a/layouts/partials/meta/name-author.html +++ b/layouts/partials/meta/name-author.html @@ -1,6 +1,6 @@ {{ if isset .Params "author" }} - + {{ else }} - + {{ end }}