pastes.sh/html/footer.partial.tmpl

7 lines
124 B
Cheetah
Raw Normal View History

2022-07-13 19:30:27 +02:00
{{define "footer"}}
<footer>
<hr />
published with <a href={{.Site.HomeURL}}>{{.Site.Domain}}</a>
</footer>
{{end}}