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
2
tags.njk
2
tags.njk
@ -18,4 +18,4 @@ permalink: /tags/{{ tag }}/
|
|||||||
{% set postslist = collections[ tag ] %}
|
{% set postslist = collections[ tag ] %}
|
||||||
{% include "postslist.njk" %}
|
{% include "postslist.njk" %}
|
||||||
|
|
||||||
<p>See <a href="/tags/">all tags</a>.</p>
|
<p>See <a href="{{ '/tags/' | url }}">all tags</a>.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user