Add option to toggle footer

This commit is contained in:
Aiden Bai
2022-05-28 22:52:18 -07:00
parent 4eaa753e32
commit fcfb6bf008
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,8 @@
<hr/>
{{if $.Site.Data.config.enableFooter}}
<div class="page-end">
<div class="backlinks-container">
{{partial "backlinks.html" .}}
@ -7,5 +11,6 @@
{{partial "graph.html" .}}
</div>
</div>
{{end}}
{{partial "contact.html" .}}