Same URL pattern for relative paths that I have seen elsewhere

master
Kitt Hodsden 2018-12-31 10:44:36 -08:00
parent 54d4d3a377
commit 14f8e1e08e
1 changed files with 1 additions and 1 deletions

View File

@ -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>