mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-08 03:31:05 +01:00
Merge pull request #60 from heitorPB/trailing-slash
tag page: add / to "all tags" link
This commit is contained in:
commit
c620187811
|
@ -12,7 +12,7 @@
|
||||||
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
|
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<a href="{{ config.base_url | safe }}/tags">
|
<a href="{{ config.base_url | safe }}/tags/">
|
||||||
Show all tags
|
Show all tags
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue