Blog posts

master
Nick Sergeant 2012-05-15 00:45:48 -04:00
parent 42aa156f56
commit 290d333b49
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
{% if tags %}
<section class="tags">
<h1>{{ user.username }}'s tags</h1>
{% if user.username == 'blog' %}
<h1>Blog posts</h1>
{% else %}
<h1>{{ user.username }}'s tags</h1>
{% endif %}
<ul>
{% for t in tags %}
<li>