fix: wrong relative url of post tag in pagination (#31)
Co-authored-by: Mark Chen <markchenyutian@gmail.com>
This commit is contained in:
parent
f1e94f03c9
commit
1bd266423b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue