From 97d154d31a018290c35a8c42ae5ed7cad7bb6381 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 21 Jan 2026 13:08:20 -0500 Subject: move automotive spreadsheets to articles section --- layouts/_partials/articles/header.html | 8 ++++++++ layouts/_partials/footer.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 layouts/_partials/articles/header.html (limited to 'layouts/_partials') diff --git a/layouts/_partials/articles/header.html b/layouts/_partials/articles/header.html new file mode 100644 index 0000000..e415b89 --- /dev/null +++ b/layouts/_partials/articles/header.html @@ -0,0 +1,8 @@ +

{{ .Title }}

+

+ {{- partial "date.html" .Date -}} + {{- if gt .Lastmod .Date -}} + — modified {{ partial "date.html" .Lastmod }} + {{- end -}} +

+
diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 32249a9..882c3f8 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -13,6 +13,6 @@ {{- $commitUrl := printf "%s?id=%s" $baseUrl .Hash }} Last modified {{ .CommitDate.Format "2006-01-02" }}: {{ .AbbreviatedHash }}. - Source code → {{- end }} + Source code →

-- cgit v1.2.3