blog/webapp/templates/navigation.html
Daniel Tsvetkov d779e5e0a8 added rss
2021-03-28 18:17:33 +02:00

4 lines
230 B
HTML

<a href="{{ url_for('home') }}">{{ _("PiSquared Blog") }}</a> |
<a href="{{ url_for('index') }}">{{ _("Index") }}</a> |
<a href="{{ url_for('rss') }}">{{ _("RSS") }}</a> |
<a href="{{ url_for('aboutme') }}">{{ _("About Me") }}</a>