mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
feat(article): add site footer to page layout
This commit is contained in:
parent
3385a34d28
commit
ddfc10a9f5
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
|
||||
{{ partial "article/components/comment" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ partialCached "footer" . }}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue