From 68b422e06b22423cefdce6d6e3c008133c2738da Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Thu, 3 Jul 2025 11:58:11 +0200 Subject: [PATCH] Fix publisher by format error Signed-off-by: Bryan Frimin --- pkg/docgen/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/docgen/template.html b/pkg/docgen/template.html index adefe948a..d7bca2ef7 100644 --- a/pkg/docgen/template.html +++ b/pkg/docgen/template.html @@ -307,7 +307,7 @@ {{- if .PublishedAt}} Published: - {{.PublishedAt.Format "January 2, 2006"}}{{if .PublishedBy}} ({{.PublishedBy.Format "January 2, 2006"}}){{end}} + {{.PublishedAt.Format "January 2, 2006"}}{{if .PublishedBy}} ({{.PublishedBy}}){{end}} {{- end}}