feat: Custom footer space

pull/2/head
earnest ma 2021-02-05 20:07:51 -05:00
parent 2b6951e7e4
commit bab1f8a535
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
<!--Create your own copy of "layouts/partials/footer-custom.html" to overwrite this one-->

View File

@ -9,3 +9,5 @@
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</p>
{{ partial "footer-custom.html" . }}