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/is/list.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 layouts/is/list.html (limited to 'layouts/is/list.html') diff --git a/layouts/is/list.html b/layouts/is/list.html new file mode 100644 index 0000000..128414f --- /dev/null +++ b/layouts/is/list.html @@ -0,0 +1,22 @@ +{{ define "main" }} +
+
+ +
+ + {{ partial "breadcrumb.html" . }} + + + {{ partial "article-header.html" . }} + + +
+ {{ .Content }} +
+
+ + + {{ partial "sidebar.html" . }} +
+
+{{ end }} -- cgit v1.2.3