fixed post title link url

This commit is contained in:
2010-03-01 12:33:11 +02:00
parent b012fc1f57
commit eebdf2fa0c

View File

@@ -4,7 +4,7 @@
</div>
<h1 class="post-title">
<a href="/blog{{ page.url }}">{{ page.title }}</a>
<a href="/blog{{ page.url }}/">{{ page.title }}</a>
<div class="post-title-sub">
by Jim Myhrberg tags:
{% for tag in page.categories %} <a href="/blog/tag/{{tag}}/" rel="tag"><i class="hash">#</i>{{tag}}</a>{% if forloop.last != true %},{% endif %}{% endfor %}