Added a link to the blog from the list of latest entries

This commit is contained in:
str4d
2012-12-11 19:33:05 +00:00
parent c233d487b8
commit 54fcb9dcde

View File

@@ -2,4 +2,5 @@
{% for entry in blog_entries -%}
<li>{{ entry[1] }} - <a href="{{ url_for('blog_entry', slug=entry[0]) }}">{{ entry[2] }}</a></li>
{%- endfor %}
<li><a href="{{ url_for('blog_index', lang=g.lang) }}"><em>More blog entries&hellip;</em></a></li>
</ul>