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")}} {{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
{{ partial "article/components/comment" . }} {{ partial "article/components/comment" . }}
{{ end }} {{ end }}
{{ partialCached "footer" . }}
</main> </main>
</div> </div>