From a324ba7b649840c16d365b757b19db2849991f11 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 30 Jun 2025 14:48:34 +0200 Subject: WIP --- .../conspiracy/layouts/partials/breadcrumbs.html | 7 ------- themes/conspiracy/layouts/partials/card.html | 17 ---------------- themes/conspiracy/layouts/partials/footer.html | 6 ------ themes/conspiracy/layouts/partials/head.html | 10 ---------- themes/conspiracy/layouts/partials/header.html | 23 ---------------------- 5 files changed, 63 deletions(-) delete mode 100644 themes/conspiracy/layouts/partials/breadcrumbs.html delete mode 100644 themes/conspiracy/layouts/partials/card.html delete mode 100644 themes/conspiracy/layouts/partials/footer.html delete mode 100644 themes/conspiracy/layouts/partials/head.html delete mode 100644 themes/conspiracy/layouts/partials/header.html (limited to 'themes/conspiracy/layouts/partials') diff --git a/themes/conspiracy/layouts/partials/breadcrumbs.html b/themes/conspiracy/layouts/partials/breadcrumbs.html deleted file mode 100644 index ff82e73..0000000 --- a/themes/conspiracy/layouts/partials/breadcrumbs.html +++ /dev/null @@ -1,7 +0,0 @@ -{{/* https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/partials/breadcrumbs.html */}} - diff --git a/themes/conspiracy/layouts/partials/card.html b/themes/conspiracy/layouts/partials/card.html deleted file mode 100644 index 21eeebf..0000000 --- a/themes/conspiracy/layouts/partials/card.html +++ /dev/null @@ -1,17 +0,0 @@ -
- {{- if .Title }}

{{ .Title }}

{{- end }} - {{- if and .Date (not (isset (index .Ancestors 0).Params "hide_date")) }}{{ .Date.Format "2006-01-02" }}{{- end }} - -
- {{ .Summary | safeHTML }} - Read more -
- - {{- if .Params.external_links }} - - {{- end }} -
diff --git a/themes/conspiracy/layouts/partials/footer.html b/themes/conspiracy/layouts/partials/footer.html deleted file mode 100644 index adf7aee..0000000 --- a/themes/conspiracy/layouts/partials/footer.html +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/conspiracy/layouts/partials/head.html b/themes/conspiracy/layouts/partials/head.html deleted file mode 100644 index 1196d00..0000000 --- a/themes/conspiracy/layouts/partials/head.html +++ /dev/null @@ -1,10 +0,0 @@ - - - {{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ site.Title }} - - - - - {{- $stylesheet := resources.Get "css/style.css" | resources.ExecuteAsTemplate "style.css" . }} - - diff --git a/themes/conspiracy/layouts/partials/header.html b/themes/conspiracy/layouts/partials/header.html deleted file mode 100644 index 0b9ea44..0000000 --- a/themes/conspiracy/layouts/partials/header.html +++ /dev/null @@ -1,23 +0,0 @@ - -- cgit