Same URL pattern for relative paths that I have seen elsewhere
This commit is contained in:
parent
54d4d3a377
commit
14f8e1e08e
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