Files
leecat.art/_includes/footer.njk
2026-05-14 09:19:20 -07:00

25 lines
645 B
Plaintext

<footer>
<ul>
<li>
<a href="/colophon/"
{% if page.url == "/colophon/" %}aria-current="page"{% endif %}>
colophon
</a>
</li>
<li>
<a href="/" title="go home"
aria-label="go home | {{ metadata.title }} from {{ metadata.author }}, 2022-2026"
{% if page.url == "/" %}aria-current="page"{% endif %}>
{{ metadata.title }} from {{ metadata.author }}, 2022-2026</a>
</li>
<li>
<a href="https://heckin.technology/inherentlee/leecat.art" title="source code"
aria-label="source code" target="_blank" rel="external">
src
</a>
</li>
</ul>
</footer>