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")}}
|
{{ 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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user