From 5b476f8905f411768e23cb01d577a60e5a5fd725 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:43:22 +0200 Subject: chore: extract theme into git submodule (danix2-hugo-theme) --- themes/danix-xyz-hacker/layouts/index.html | 59 ------------------------------ 1 file changed, 59 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/index.html (limited to 'themes/danix-xyz-hacker/layouts/index.html') diff --git a/themes/danix-xyz-hacker/layouts/index.html b/themes/danix-xyz-hacker/layouts/index.html deleted file mode 100644 index fd3cfa0..0000000 --- a/themes/danix-xyz-hacker/layouts/index.html +++ /dev/null @@ -1,59 +0,0 @@ -{{ 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