From 45fc40531ba6f955eba2aad5fd9a23e9e3e92c51 Mon Sep 17 00:00:00 2001 From: constantinos Date: Thu, 13 Jul 2023 09:45:32 +0300 Subject: [PATCH] Go edit to remove date from Keywords view --- .../Drawwell/SandpointsTheme/layouts/taxonomy/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html index e70e8e3..7b3bbdb 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html @@ -12,7 +12,7 @@ {{ else }}
{{ index $p 0 }}⁄{{ index $p 1 }}
{{ range .Pages.ByDate.Reverse }} -
{{ .Date.Format "Jan 2, 2006" }}
+
{{ .Title }}
{{ range $n, $authorFile := .Params.authors }} {{ $author := $.GetPage (printf "/author/%s" $authorFile) }}