Fix tag view page

This commit is contained in:
Paweł Romanowski 2019-02-05 19:36:13 +00:00
parent 4623287652
commit 9f26ec2814
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
</h1>
<a href="/tags">
<a href="{{ config.base_url }}/tags">
Show all tags
</a>