summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-06-30 14:48:34 +0200
committerjaseg <git@jaseg.de>2025-06-30 14:48:34 +0200
commita324ba7b649840c16d365b757b19db2849991f11 (patch)
treea9cd16a30404f22a6094b0fe664d392af1cf2ad0 /themes
parentbce789de7b4ab2d0d2c58e14b8e221ed5817c09d (diff)
downloadblog-a324ba7b649840c16d365b757b19db2849991f11.tar.gz
blog-a324ba7b649840c16d365b757b19db2849991f11.tar.bz2
blog-a324ba7b649840c16d365b757b19db2849991f11.zip
WIP
Diffstat (limited to 'themes')
-rw-r--r--themes/conspiracy/layouts/_partials/breadcrumbs.html (renamed from themes/conspiracy/layouts/partials/breadcrumbs.html)0
-rw-r--r--themes/conspiracy/layouts/_partials/card.html (renamed from themes/conspiracy/layouts/partials/card.html)0
-rw-r--r--themes/conspiracy/layouts/_partials/footer.html (renamed from themes/conspiracy/layouts/partials/footer.html)0
-rw-r--r--themes/conspiracy/layouts/_partials/head.html (renamed from themes/conspiracy/layouts/partials/head.html)0
-rw-r--r--themes/conspiracy/layouts/_partials/header.html (renamed from themes/conspiracy/layouts/partials/header.html)0
-rw-r--r--themes/conspiracy/layouts/baseof.html (renamed from themes/conspiracy/layouts/_default/baseof.html)0
-rw-r--r--themes/conspiracy/layouts/home.html (renamed from themes/conspiracy/layouts/index.html)12
-rw-r--r--themes/conspiracy/layouts/list.html (renamed from themes/conspiracy/layouts/_default/list.html)0
-rw-r--r--themes/conspiracy/layouts/single.html (renamed from themes/conspiracy/layouts/_default/single.html)0
9 files changed, 6 insertions, 6 deletions
diff --git a/themes/conspiracy/layouts/partials/breadcrumbs.html b/themes/conspiracy/layouts/_partials/breadcrumbs.html
index ff82e73..ff82e73 100644
--- a/themes/conspiracy/layouts/partials/breadcrumbs.html
+++ b/themes/conspiracy/layouts/_partials/breadcrumbs.html
diff --git a/themes/conspiracy/layouts/partials/card.html b/themes/conspiracy/layouts/_partials/card.html
index 21eeebf..21eeebf 100644
--- a/themes/conspiracy/layouts/partials/card.html
+++ b/themes/conspiracy/layouts/_partials/card.html
diff --git a/themes/conspiracy/layouts/partials/footer.html b/themes/conspiracy/layouts/_partials/footer.html
index adf7aee..adf7aee 100644
--- a/themes/conspiracy/layouts/partials/footer.html
+++ b/themes/conspiracy/layouts/_partials/footer.html
diff --git a/themes/conspiracy/layouts/partials/head.html b/themes/conspiracy/layouts/_partials/head.html
index 1196d00..1196d00 100644
--- a/themes/conspiracy/layouts/partials/head.html
+++ b/themes/conspiracy/layouts/_partials/head.html
diff --git a/themes/conspiracy/layouts/partials/header.html b/themes/conspiracy/layouts/_partials/header.html
index 0b9ea44..0b9ea44 100644
--- a/themes/conspiracy/layouts/partials/header.html
+++ b/themes/conspiracy/layouts/_partials/header.html
diff --git a/themes/conspiracy/layouts/_default/baseof.html b/themes/conspiracy/layouts/baseof.html
index 9557f19..9557f19 100644
--- a/themes/conspiracy/layouts/_default/baseof.html
+++ b/themes/conspiracy/layouts/baseof.html
diff --git a/themes/conspiracy/layouts/index.html b/themes/conspiracy/layouts/home.html
index 808ddc8..f865cd3 100644
--- a/themes/conspiracy/layouts/index.html
+++ b/themes/conspiracy/layouts/home.html
@@ -9,17 +9,17 @@
</div>
{{- end }}
- {{- range $config := site.Params.homepage_categories }}
+ {{ range $config := site.Params.homepage_categories }}
<h2>{{ .title }}</h2>
- {{- range $entry := first $config.count (where site.RegularPages "Section" "==" $config.key) }}
+ {{ range $entry := first $config.count (where site.RegularPages "Section" "==" $config.key) }}
{{ partial "card.html" $entry }}
- {{- end }}
+ {{ end }}
<div class="pagination-links">
- {{- with site.GetPage (printf "/%s" .key) }}
+ {{ with site.GetPage (printf "/%s" .key) }}
<a href="{{ .RelPermalink }}">See more<span class="arrow-right"></span></a>
- {{- end }}
+ {{ end }}
</div>
- {{- end }}
+ {{ end }}
</main>
{{- end }}
diff --git a/themes/conspiracy/layouts/_default/list.html b/themes/conspiracy/layouts/list.html
index 02703b4..02703b4 100644
--- a/themes/conspiracy/layouts/_default/list.html
+++ b/themes/conspiracy/layouts/list.html
diff --git a/themes/conspiracy/layouts/_default/single.html b/themes/conspiracy/layouts/single.html
index c7135f8..c7135f8 100644
--- a/themes/conspiracy/layouts/_default/single.html
+++ b/themes/conspiracy/layouts/single.html