added showing blogs by tag
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2 class="text-center">Index</h2>
|
||||
<p class="text-center">
|
||||
|
|
||||
{% for tag in tags %}
|
||||
<a href="{{ request.route_url('blog_bytag', tag=tag.tag, retour='blog_search') }}">{{ tag.tag }}</a> |
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user