diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 03e9a9ef..8c58014b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,14 +7,14 @@

{{ .Title | emojify }}

-
+
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
{{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in .TableOfContents " -
+
{{ partial "toc.html" . }}
@@ -23,7 +23,7 @@ {{ .Content | emojify }}
-