From 99018e37c3e9a2d84af7d0f55715bb44c3904e13 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 26 Jun 2026 14:17:30 -0230 Subject: restructure --- layouts/articles/page.html | 16 ---------------- layouts/notes/page.html | 16 ++++++++++++++++ layouts/resume/page.html | 3 --- 3 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 layouts/articles/page.html create mode 100644 layouts/notes/page.html delete mode 100644 layouts/resume/page.html (limited to 'layouts') diff --git a/layouts/articles/page.html b/layouts/articles/page.html deleted file mode 100644 index 22a1ac4..0000000 --- a/layouts/articles/page.html +++ /dev/null @@ -1,16 +0,0 @@ -{{ 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 }} 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 }} diff --git a/layouts/resume/page.html b/layouts/resume/page.html deleted file mode 100644 index 9983b08..0000000 --- a/layouts/resume/page.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} -{{ .Content }} -{{ end }} -- cgit v1.2.3