Fix the reference on the tags page for gopher

This commit is contained in:
R Tyler Croy 2020-08-01 15:29:19 -07:00
parent 3f8dcc3c14
commit 277f12781f
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This file lists all the blog posts organized by their tags
{{category_name}}
{% for post in site.tags[category_name] -%}
[0|{{post.title}}|{{post.path}}]
[0|{{post.date | date_to_string }}: {{post.title}}|{{site['gopher']['base_path']}}{{post.path | remove_first: '_posts'}}]
{% endfor -%}
{% endfor %}