diff --git a/layouts/authors/list.html b/layouts/authors/list.html index 79ddbc6..5ac5650 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -1,24 +1,26 @@ {{ define "main" }} -

- {{ partial "icon.html" "user-circle" }} - {{ .Title | markdownify }} -

+
+

+ {{ partial "icon.html" "user-circle" }} + {{ .Title | markdownify }} +

- {{ with .Content }} - {{ . }} - {{ end }} - -
- {{ with .Paginator.Pages }} - {{ range . }} -
- {{ .Render "summary" }} -
- {{ end }} - {{ else }} -
- {{ i18n "no_posts" }} -
+ {{ with .Content }} + {{ . }} {{ end }} -
+ +
+ {{ with .Paginator.Pages }} + {{ range . }} +
+ {{ .Render "summary" }} +
+ {{ end }} + {{ else }} +
+ {{ i18n "no_posts" }} +
+ {{ end }} +
+
{{ end }} diff --git a/layouts/baseof.html b/layouts/baseof.html index 14094d8..8ce4506 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -20,9 +20,7 @@ {{ end }} - {{ block "post-body" . }} - {{/* currently this is only used for related posts */}} - {{ end }} + {{ block "post-body" . }}{{ end }} {{ if or .Site.Copyright .Site.Params.footer }}