added tag_edit

This commit is contained in:
2022-05-12 11:46:42 +02:00
parent 4f5bb3350e
commit 6e21f084cd
12 changed files with 213 additions and 13 deletions

View File

@@ -150,10 +150,10 @@
<ul>
{% for entry in last_five %}
<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-menu-right"></span>&nbsp;&nbsp;{{ entry.title }}
{{ entry.title }}
</a>
&nbsp;—&nbsp;{{ entry.author }}, {{ entry.created.strftime("%d-%m-%Y") }}
</li>
{% endfor %}