feat(article): add site footer to page layout
This commit is contained in:
parent
3385a34d28
commit
ddfc10a9f5
@ -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 New Issue
Block a user