diff options
Diffstat (limited to '_includes/views')
-rw-r--r-- | _includes/views/pagination.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/views/pagination.html b/_includes/views/pagination.html index 15c6b23..fc44534 100644 --- a/_includes/views/pagination.html +++ b/_includes/views/pagination.html @@ -34,7 +34,7 @@ </p> <div class="post-tags"> {%- for tag in post.tags -%} - <a class="post-tag" href="/tags.html#{{tag}}">#{{tag}}</a> + <a class="post-tag" href="{{ '/tags.html ' | relative_url }}#{{tag}}">#{{tag}}</a> {%- endfor -%} </div> </li> |