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
master
Zach Leatherman 2018-12-31 14:21:41 -06:00 committed by GitHub
commit 0cb6dab28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>