Merge pull request #24 from kitt/kitt/relative-path-for-sites-using-subdirs
Update tags.njk to use subdir paths for the "all tags" page
This commit is contained in:
commit
0cb6dab28a
1 changed files with 1 additions and 1 deletions
2
tags.njk
2
tags.njk
|
@ -18,4 +18,4 @@ permalink: /tags/{{ tag }}/
|
|||
{% set postslist = collections[ tag ] %}
|
||||
{% include "postslist.njk" %}
|
||||
|
||||
<p>See <a href="/tags/">all tags</a>.</p>
|
||||
<p>See <a href="{{ '/tags/' | url }}">all tags</a>.</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue