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/baseof.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 layouts/baseof.html (limited to 'layouts/baseof.html') diff --git a/layouts/baseof.html b/layouts/baseof.html deleted file mode 100644 index cdbb1e3..0000000 --- a/layouts/baseof.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - {{ partial "head.html" . }} - - - - - {{ if and (not .IsHome) (ne .Kind "term") (ne .Kind "taxonomy") (ne .Kind "section") }} -
- {{ end }} - {{ partial "header.html" . }} -
{{ block "main" . }}{{ end }}
- - - -- cgit v1.2.3