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/index.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..fd3cfa0 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,59 @@ +{{ define "main" }} +
+
+ + {{ if .Params.image }} +
+ {{ .Site.Params.author }} +
+ {{ end }} + + + + +
+ {{ .Content }} +
+ + +
+ {{ $lang := .Lang }} + {{ $articlesUrl := "/articles/" }} + {{ $contactUrl := "/is/here/" }} + {{ if eq $lang "it" }} + {{ $articlesUrl = "/it/articles/" }} + {{ $contactUrl = "/it/is/here/" }} + {{ end }} + + + + {{ i18n "articles" }} + + + + + {{ i18n "contact" }} + +
+ + +
+ {{ partial "tag-cloud.html" (dict "page" . "showCount" true "wrapInWidget" false) }} +
+
+
+{{ end }} -- cgit v1.2.3