From c8bdf0f4b2300ec69094d4373a4aabdd3b5f4e88 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 20 Feb 2025 15:47:41 -0800 Subject: [PATCH] Link source and item separately --- web/html/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/item.html b/web/html/item.html index 193401e..5f7b91e 100644 --- a/web/html/item.html +++ b/web/html/item.html @@ -66,7 +66,7 @@ {{- /* source/id/created footer line */ -}} -{{ .Source }}/{{ .Id }} +{{ .Source }}/{{ .Id }} {{ .Created | tsToDate | dateFormat }} {{ if .Ttl }}[L]{{ end }} {{ if .Ttd }}[D]{{ end }}