From 9fa6d931ff669b51b81e0fab9297195acc0e0137 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 25 May 2026 19:12:22 -0400 Subject: remove
s, update css --- layouts/articles/page.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'layouts/articles') diff --git a/layouts/articles/page.html b/layouts/articles/page.html index 5fe8cf4..22a1ac4 100644 --- a/layouts/articles/page.html +++ b/layouts/articles/page.html @@ -1,15 +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 }} -

-
+
+

{{ .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