Browse Source
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
upstream
Zach Leatherman
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tags.njk
|
|
@ -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> |