Add link to Mastodon.

Closes #4
This commit is contained in:
Julien Palard 2022-12-31 15:39:00 +01:00
parent 9b599274fa
commit c4191b80ed
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -6,12 +6,12 @@
(url_for('home.render_rest', name='legal'), 'Mentions légales'),
(url_for('home.render_rest', name='rss'), 'Flux RSS'),
('https://twitter.com/asso_python_fr', 'Twitter'),
(url_for('admin.index', name='Admin'), 'Admin'),
] -%}
<ul class="menu__list">
{% for href, caption in navigation_bar %}
<li class="menu__item"><a href="{{ href|e }}">{{ caption|e }}</a></li>
{% endfor %}
<li class="menu__item"><a rel="me" href="https://mamot.fr/@AFPy">Mastodon</a></li>
</ul>
</footer>
{% endblock %}