Eric Bower
·
15 Dec 22
footer.partial.tmpl
1{{define "footer"}}
2<footer>
3 <hr />
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 />
4 published with <a href={{.Site.HomeURL}}>{{.Site.Domain}}</a>
5</footer>
6{{end}}