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 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 layouts/articles/page.html (limited to 'layouts/articles/page.html') 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 }} -- cgit v1.2.3