fix index template for tag pages.

This commit is contained in:
chris 2014-02-09 17:31:11 +01:00
parent 9d22b24ed5
commit 1d24231283

View file

@ -30,7 +30,7 @@
<a class="post-category" style="background: #{{ tag.colour }};"
href="tags/{{ tag.name }}.html">{{ tag.name }}</a>
{% endfor %}
<a href="{{ post.outfile }}">{{ post.title }}</a>
<a href="{{ config.blogurl }}{{ post.outfile }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>