Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-08-31 10:29:09 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-08-31 10:29:09 +0300
commitddfc10a9f5d78b15220b0f8b935195fcb037558e (patch)
treec10633659c6b2a8ec3212911b2c35dd22631ecb4
parent3385a34d284145a3242bf02759a6b65f18a50185 (diff)
feat(article): add site footer to page layout
-rw-r--r--layouts/page/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index d1791f0..1af0b4e 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -10,6 +10,8 @@
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
{{ partial "article/components/comment" . }}
{{ end }}
+
+ {{ partialCached "footer" . }}
</main>
</div>