From cafd54a65f4d576cebdb3c177fc77bbea6dbe289 Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Thu, 10 Sep 2026 00:39:04 +0800 Subject: Use created and updated document dates --- layouts/journal/single.html | 6 ++---- layouts/notes/single.html | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'layouts') diff --git a/layouts/journal/single.html b/layouts/journal/single.html index d687be1..38c6a96 100644 --- a/layouts/journal/single.html +++ b/layouts/journal/single.html @@ -4,10 +4,8 @@

{{ .RelPermalink }}

{{ .Title }}

-
published
- {{- with .Params.updated }} -
updated
- {{- end }} +
created
+
updated
license
{{ .Params.license }}
{{ partial "document-view.html" . }} diff --git a/layouts/notes/single.html b/layouts/notes/single.html index ec3545a..35f179d 100644 --- a/layouts/notes/single.html +++ b/layouts/notes/single.html @@ -5,10 +5,8 @@

{{ .Title }}

{{- with .Params.series }}{{ partial "series-nav.html" (dict "page" $ "mode" "position") }}{{ end }}
- {{- with .Params.created }} -
created
- {{- end }} -
updated
+
created
+
updated
license
{{ .Params.license }}
{{ partial "document-view.html" . }} -- cgit v1.2.3