pelican-papyrus/templates/partials/footer_links.html

7 lines
191 B
HTML
Raw Permalink Normal View History

2024-08-15 18:05:53 +02:00
<div class="px-4">
<h5 class="text-center">Powered by</h5>
{% for link_item in LINKS %}
<a class="underline me-4" href="{{ link_item[1] }}">{{ link_item[0] }}</a>
{% endfor %}
</div>