Eric Bower
·
03 Oct 24
footer.partial.tmpl
1{{define "footer"}}
2<footer>
3 <hr class="my-2" />
4 published with <a href={{.Site.HomeURL}}>{{.Site.Domain}}</a>
5</footer>
6{{end}}
git clone https://github.com/picosh/pico.git
1{{define "footer"}}
2<footer>
3 <hr class="my-2" />
4 published with <a href={{.Site.HomeURL}}>{{.Site.Domain}}</a>
5</footer>
6{{end}}