From fa418e19e5590c6dda4c4b754251b218f69fa101 Mon Sep 17 00:00:00 2001 From: Paul Maddern Date: Sun, 3 Mar 2024 08:58:49 +0000 Subject: [PATCH] Missing tag name on posts landing page Using hugo v0.123.4-21a41003c4633b142ac565c52da22924dc30637a+extended This is blank unless I make the change here. --- layouts/partials/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html index f8d0e4d..7eb781a 100644 --- a/layouts/partials/posts.html +++ b/layouts/partials/posts.html @@ -7,7 +7,7 @@
{{ len .Pages }} results - for {{ .Params.title }} + for {{ .Title }}