added showing blogs by tag

This commit is contained in:
2023-02-09 21:53:51 +01:00
parent fcd83c48d7
commit f1287c3fad
9 changed files with 85 additions and 20 deletions

View File

@@ -46,6 +46,12 @@
{% endif %}
</div>
<br />
<br />
<h2 class="text-center">Index</h2>
<p class="text-center">
|&nbsp;
{% for tag in tags %}
<a href="{{ request.route_url('blog_bytag', tag=tag.tag, retour='blog_search') }}">{{ tag.tag }}</a>&nbsp;|
{% endfor %}
</p>
{% endblock %}