From 277f12781f4b2ea2532cca8e6dea15e8d2bd9e48 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 1 Aug 2020 15:29:19 -0700 Subject: [PATCH] Fix the reference on the tags page for gopher --- gopher/tags/index.gph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopher/tags/index.gph b/gopher/tags/index.gph index 082f4aa..14faff0 100644 --- a/gopher/tags/index.gph +++ b/gopher/tags/index.gph @@ -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 %}