Same URL pattern for relative paths that I have seen elsewhere
This commit is contained in:
parent
54d4d3a377
commit
14f8e1e08e
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 ] %}
|
{% 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…
Add table
Reference in a new issue