added feed to the footer

master
tiyn 4 weeks ago
parent 586549a7f9
commit 73d9faea42

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

Loading…
Cancel
Save