13 lines
464 B
Plaintext
13 lines
464 B
Plaintext
<footer>
|
|
{% if metadata.copyrightNotice %}<p>{{ metadata.copyrightNotice }}</p>{% endif %}<br>
|
|
|
|
{% if metadata.webrings %}
|
|
{% for webring in metadata.webrings %}
|
|
{% 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 %}
|
|
<br>
|
|
{% endfor %}
|
|
{% endif %}
|
|
</footer>
|