This website works better with JavaScript.
Home
Explore
Help
Sign In
noah
/
personal-site
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Same URL pattern for relative paths that I have seen elsewhere
upstream
Kitt Hodsden
4 years ago
parent
54d4d3a377
commit
14f8e1e08e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save