1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-01 15:07:46 +02:00

added feed to the footer

This commit is contained in:
tiyn 2024-04-21 02:58:33 +02:00
parent 586549a7f9
commit 73d9faea42

View File

@ -35,9 +35,9 @@
<!-- Content -->
<footer>
<div class="center">
<a href="{{ url_for('imprint') }}">
{% if language=="de-de" %}Impressum und Kontakt{% else %}Imprint and Contact{% endif %}
</a><br>
<a href="{{ url_for('imprint') }}">{% if language=="de-de" %}Impressum und Kontakt{% else %}Imprint and Contact{%
endif %}</a>.<br>
<a href="{{ url_for('feed') }}">{% if language=="de-de" %}RSS-Feed{% else %}RSS feed{% endif %}</a>.<br>
Made with <a href="https://github.com/tiyn/beaker-blog">Beaker Blog</a>.
</div>
</footer>