main pico / pkg / apps / feeds / html / footer.partial.tmpl
Antonio Mika  ·  2025-03-12
1{{define "footer"}}
2<footer>
3    <hr />
4    published with <a href={{.Site.HomeURL}}>{{.Site.Domain}}</a>
5</footer>
6{{end}}