feat: Custom footer space
parent
2b6951e7e4
commit
bab1f8a535
|
@ -0,0 +1 @@
|
||||||
|
<!--Create your own copy of "layouts/partials/footer-custom.html" to overwrite this one-->
|
|
@ -9,3 +9,5 @@
|
||||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
{{ partial "footer-custom.html" . }}
|
||||||
|
|
Loading…
Reference in New Issue