finalized topic.jinja2

This commit is contained in:
2022-05-01 22:27:50 +02:00
parent 7c7a0c3a54
commit cd7e21bb53
7 changed files with 24 additions and 834 deletions

View File

@@ -152,26 +152,23 @@
<h2 class="text-center">DERNIERES PUBLICATIONS</h2>
<ul>
{% for entry in last_five %}
<div class="col-xs-10">
<li>
{{ entry.edited.strftime("%d-%m-%Y") }}&nbsp;&nbsp;
<a href="{{ request.route_url('blog', id=entry.id, slug=entry.slug) }}">
<span class="glyphicon glyphicon-triangle-right"></span>&nbsp;{{ entry.title }}
<span class="glyphicon glyphicon-menu-right"></span>&nbsp;&nbsp;{{ entry.title }}
</a>
</div>
<div class="col-xs-2">
[&nbsp;{{ entry.topic_name }} ]
</div>
</li>
{% endfor %}
<br>
<p class="text-center">---</p>
</ul>
</div>
<br>
<!-- Container (Contact Section) -->
<div id="contact">
<br >
<h2 class="text-center">CONTACT</h2>
<p class="text-center"><em>Laissez nous un message!</em></p>