diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 18f52fa..4fe7642 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -11,7 +11,7 @@
{{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }} - +
{{ if not (.Params.showAuthorBottom | default (site.Params.article.showAuthorBottom | default false)) }} {{ template "SingleAuthor" . }}