feat(article): add site footer to page layout

This commit is contained in:
Jimmy Cai 2020-08-31 09:29:09 +02:00
parent 3385a34d28
commit ddfc10a9f5
No known key found for this signature in database
GPG key ID: 3EA408E527F37B18

View file

@ -10,6 +10,8 @@
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
{{ partial "article/components/comment" . }}
{{ end }}
{{ partialCached "footer" . }}
</main>
</div>