From 99018e37c3e9a2d84af7d0f55715bb44c3904e13 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 26 Jun 2026 14:17:30 -0230 Subject: restructure --- layouts/notes/page.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 layouts/notes/page.html (limited to 'layouts/notes') diff --git a/layouts/notes/page.html b/layouts/notes/page.html new file mode 100644 index 0000000..22a1ac4 --- /dev/null +++ b/layouts/notes/page.html @@ -0,0 +1,16 @@ +{{ define "main" }} +
+

{{ .Title }}

+

+ {{- partial "date.html" .Date -}} + {{- if gt .Lastmod .Date -}} + — modified {{ partial "date.html" .Lastmod }} + {{- end -}} +
+ {{- if .Page.GetTerms "tags" }} + Tags: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) -}}. + {{- end }} +

+
+{{ .Content }} +{{ end }} -- cgit v1.2.3