main pico / pkg / apps / prose / html / marketing-footer.partial.tmpl
Antonio Mika  ·  2025-03-12
1{{define "marketing-footer"}}
2<footer>
3    <hr />
4    <p class="font-italic">Built and maintained by <a href="https://pico.sh">pico.sh</a>.</p>
5    <div>
6        <a href="/rss.atom">rss</a>
7    </div>
8</footer>
9{{end}}