From 885195eb8098bcc58592a1a863278bdf03b9038b Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Fri, 30 May 2025 13:40:47 -0400 Subject: [PATCH] article has optional date --- layouts/partials/article.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/article.html b/layouts/partials/article.html index f4ad187..4e290a7 100644 --- a/layouts/partials/article.html +++ b/layouts/partials/article.html @@ -4,9 +4,11 @@ {{ .Params.featured.alt }}

{{ .Title | markdownify }}

+ {{- if not (.Params.hideDate) }} {{- with .Date }}

{{ .Format "2006/01/02" }}

{{- end }} + {{- end }} {{- with index (.GetTerms "tags") 0 }} #{{ .LinkTitle }} {{- end }}