12 lines
346 B
Cheetah
12 lines
346 B
Cheetah
{{define "marketing-footer"}}
|
|
<footer>
|
|
<hr />
|
|
<p class="font-italic">Built and maintained by <a href="https://pico.sh">pico.sh</a>.</p>
|
|
<div>
|
|
<a href="/">home</a> |
|
|
<a href="/ops">ops</a> |
|
|
<a href="/help">help</a> |
|
|
<a href="https://git.sr.ht/~erock/pastes.sh">source</a>
|
|
</div>
|
|
</footer>
|
|
{{end}}
|