|
@@ -17,7 +17,7 @@ All tags used in the {{ SITENAME|striptags }} blog.
|
|
|
|
|
|
<div class="row-fluid">
|
|
|
<header class="page_header span10 offset2">
|
|
|
- <h1><a href="/tags.html">All Tags</a></h1>
|
|
|
+ <h1><a href="{{ SITEURL }}/tags.html">All Tags</a></h1>
|
|
|
</header>
|
|
|
</div>
|
|
|
<div class="row-fluid">
|
|
@@ -29,7 +29,7 @@ All tags used in the {{ SITENAME|striptags }} blog.
|
|
|
{% for tag, articles in tags|sort %}
|
|
|
<li>
|
|
|
{% set num = articles|count %}
|
|
|
- <a href="/tags.html#{{ tag|replace(' ', '-')|e }}-ref">{{ tag }}<span>{{ num }}</span></a>
|
|
|
+ <a href="{{ SITEURL }}/tags.html#{{ tag|replace(' ', '-')|e }}-ref">{{ tag }}<span>{{ num }}</span></a>
|
|
|
</li>
|
|
|
{% endfor %}
|
|
|
</ul>
|