fix index template for tag pages.
This commit is contained in:
parent
9d22b24ed5
commit
1d24231283
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue