Antonio Mika
       · 
      2025-03-12
    
  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}}