From 631547a75142326a7c71bdf123e1475217a5ad73 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:42:56 +0200 Subject: chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme) --- layouts/section.html | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 layouts/section.html (limited to 'layouts/section.html') diff --git a/layouts/section.html b/layouts/section.html deleted file mode 100644 index d817087..0000000 --- a/layouts/section.html +++ /dev/null @@ -1,40 +0,0 @@ -{{ define "main" }} - {{ if eq .Type "articles" }} - - - - {{ $featured := (.Pages.ByDate.Reverse) }} - {{ if and $featured (index $featured 0).Params.featured }} - {{ partial "featured-card.html" (dict "page" (index $featured 0)) }} - {{ end }} - -
-
-
- {{ $pages := .Pages.ByDate.Reverse }} - {{ range $index, $page := $pages }} - {{ partial "timeline-item.html" (dict "page" $page "index" $index) }} - {{ end }} -
-
- - {{ $filters := resources.Get "js/filters.js" | fingerprint }} - - - {{ else }} - -
- {{ .Content }} -
- {{ end }} -{{ end }} -- cgit v1.2.3