From 927c9cf689201b93a26e62fe0a872c92b5a33dd3 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Tue, 9 Jun 2026 17:59:08 -0500 Subject: --- themes/hugo-xmin/layouts/404.html | 5 ----- themes/hugo-xmin/layouts/_default/list.html | 16 --------------- themes/hugo-xmin/layouts/_default/single.html | 12 ------------ themes/hugo-xmin/layouts/_default/terms.html | 13 ------------- themes/hugo-xmin/layouts/index.html | 28 --------------------------- themes/hugo-xmin/layouts/partials/footer.html | 8 -------- themes/hugo-xmin/layouts/partials/header.html | 21 -------------------- 7 files changed, 103 deletions(-) delete mode 100644 themes/hugo-xmin/layouts/404.html delete mode 100644 themes/hugo-xmin/layouts/_default/list.html delete mode 100644 themes/hugo-xmin/layouts/_default/single.html delete mode 100644 themes/hugo-xmin/layouts/_default/terms.html delete mode 100644 themes/hugo-xmin/layouts/index.html delete mode 100644 themes/hugo-xmin/layouts/partials/footer.html delete mode 100644 themes/hugo-xmin/layouts/partials/header.html (limited to 'themes/hugo-xmin/layouts') diff --git a/themes/hugo-xmin/layouts/404.html b/themes/hugo-xmin/layouts/404.html deleted file mode 100644 index c2e4e40..0000000 --- a/themes/hugo-xmin/layouts/404.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ partial "header.html" . }} - -404 NOT FOUND - -{{ partial "footer.html" . }} diff --git a/themes/hugo-xmin/layouts/_default/list.html b/themes/hugo-xmin/layouts/_default/list.html deleted file mode 100644 index 6940251..0000000 --- a/themes/hugo-xmin/layouts/_default/list.html +++ /dev/null @@ -1,16 +0,0 @@ -{{ partial "header.html" . }} - -{{ .Content }} - - - -{{ partial "footer.html" . }} diff --git a/themes/hugo-xmin/layouts/_default/single.html b/themes/hugo-xmin/layouts/_default/single.html deleted file mode 100644 index a9a9f86..0000000 --- a/themes/hugo-xmin/layouts/_default/single.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ partial "header.html" . }} -
-

{{ .Title | markdownify }}

-{{ with .Params.author }}

{{ . }}

{{ end }} -{{ if (gt .Params.date 0) }}

{{ .Date.Format "01/02/2006" }}

{{ end }} -
- -
-{{ .Content }} -
- -{{ partial "footer.html" . }} diff --git a/themes/hugo-xmin/layouts/_default/terms.html b/themes/hugo-xmin/layouts/_default/terms.html deleted file mode 100644 index 71f47e7..0000000 --- a/themes/hugo-xmin/layouts/_default/terms.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ partial "header.html" . }} - -

{{ .Title }}

- - - -{{ partial "footer.html" . }} diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html deleted file mode 100644 index dcaf3c2..0000000 --- a/themes/hugo-xmin/layouts/index.html +++ /dev/null @@ -1,28 +0,0 @@ -{{ partial "header.html" . }} - -{{ .Content }} - - - -{{ partial "footer.html" . }} diff --git a/themes/hugo-xmin/layouts/partials/footer.html b/themes/hugo-xmin/layouts/partials/footer.html deleted file mode 100644 index e8560f2..0000000 --- a/themes/hugo-xmin/layouts/partials/footer.html +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/themes/hugo-xmin/layouts/partials/header.html b/themes/hugo-xmin/layouts/partials/header.html deleted file mode 100644 index c7ab268..0000000 --- a/themes/hugo-xmin/layouts/partials/header.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - {{ .Title }} | {{ .Site.Title }} - - - - - - - -- cgit v1.2.3