From 9f40f4a056faf194226c5ca533b52b86ffe60537 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 6 Mar 2026 11:03:23 -0500 Subject: remove theme --- themes/aoidh/layouts/_partials/date.html | 3 --- themes/aoidh/layouts/_partials/head.html | 6 ------ themes/aoidh/layouts/_partials/header.html | 2 -- themes/aoidh/layouts/_partials/nav.html | 14 -------------- 4 files changed, 25 deletions(-) delete mode 100644 themes/aoidh/layouts/_partials/date.html delete mode 100644 themes/aoidh/layouts/_partials/head.html delete mode 100644 themes/aoidh/layouts/_partials/header.html delete mode 100644 themes/aoidh/layouts/_partials/nav.html (limited to 'themes/aoidh/layouts/_partials') diff --git a/themes/aoidh/layouts/_partials/date.html b/themes/aoidh/layouts/_partials/date.html deleted file mode 100644 index 39e108c..0000000 --- a/themes/aoidh/layouts/_partials/date.html +++ /dev/null @@ -1,3 +0,0 @@ -{{- $machine := . | time.Format "2006-01-02T15:04:05-07:00" -}} -{{- $human := . | time.Format "2006-01-02" -}} - diff --git a/themes/aoidh/layouts/_partials/head.html b/themes/aoidh/layouts/_partials/head.html deleted file mode 100644 index 2720637..0000000 --- a/themes/aoidh/layouts/_partials/head.html +++ /dev/null @@ -1,6 +0,0 @@ - - -{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} -{{- with resources.Get "aoidh.css" | minify }} - -{{- end }} diff --git a/themes/aoidh/layouts/_partials/header.html b/themes/aoidh/layouts/_partials/header.html deleted file mode 100644 index 2d853ca..0000000 --- a/themes/aoidh/layouts/_partials/header.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ partial "nav.html" . }} -
\ No newline at end of file diff --git a/themes/aoidh/layouts/_partials/nav.html b/themes/aoidh/layouts/_partials/nav.html deleted file mode 100644 index 81751ef..0000000 --- a/themes/aoidh/layouts/_partials/nav.html +++ /dev/null @@ -1,14 +0,0 @@ - -- cgit v1.2.3