21 lines
805 B
Plaintext
21 lines
805 B
Plaintext
<footer>
|
|
<a href="https://notbyai.fyi/">
|
|
<img src="/img/written-by-human-not-by-ai-white.svg" alt="Written by humans, not by AI.">
|
|
</a>
|
|
|
|
<p>{% if metadata.copyrightNotice %}<span class="copyright-notice">{{ metadata.copyrightNotice }}</span>{% endif %}
|
|
|
|
{% if metadata.webrings %}<br>
|
|
{% for webring in metadata.webrings %}
|
|
<span class="webring">
|
|
{% if webring.previousURL %}<a href="{{ webring.previousURL }}">←</a>{% endif %}
|
|
{% if webring.ringURL %}<a href="{{ webring.ringURL }}">{{ webring.name }}</a>{% endif %}
|
|
{% if webring.nextURL %}<a href="{{ webring.nextURL }}">→</a>{% endif %}
|
|
</span>
|
|
{% endfor %}
|
|
{% endif %}
|
|
<a href="/sitemap/">Sitemap</a>
|
|
<a href="/special/flying-toasters" style="color: var(--background-color); text-decoration: none;">Fly</a>
|
|
</p>
|
|
</footer>
|