added tag_edit
This commit is contained in:
@@ -150,10 +150,10 @@
|
||||
<ul>
|
||||
{% for entry in last_five %}
|
||||
<li>
|
||||
{{ entry.edited.strftime("%d-%m-%Y") }}
|
||||
<a href="{{ request.route_url('blog', id=entry.id, slug=entry.slug) }}">
|
||||
<span class="glyphicon glyphicon-menu-right"></span> {{ entry.title }}
|
||||
{{ entry.title }}
|
||||
</a>
|
||||
— {{ entry.author }}, {{ entry.created.strftime("%d-%m-%Y") }}
|
||||
</li>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user