Browse Source

Same URL pattern for relative paths that I have seen elsewhere

upstream
Kitt Hodsden 4 years ago
parent
commit
14f8e1e08e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tags.njk

+ 1
- 1
tags.njk 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>

Loading…
Cancel
Save