From bef49a3c0d3207d165bc182af39ead3607017593 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 4 Sep 2023 16:45:00 -0500 Subject: [PATCH] fix date display --- layouts/partials/aside.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 60dad04..8a08520 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -3,7 +3,7 @@ {{ if or (.Params.description) (.Params.date) }} {{ if .Params.description }}

{{ .Params.description }}

{{ end }}

- {{ with $postDate }}{{- if ne $postDate $updateDate }}{{ end }}
posted:{{ . }}
updated:{{ $updateDate }}
{{ end }} + {{ if .Params.date }}{{- if ne $postDate $updateDate }}{{ end }}
posted:{{ $postDate }}
updated:{{ $updateDate }}
{{ end }}

{{- with .Params.tags -}}