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) --- .../danix-xyz-hacker/layouts/_default/single.html | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/_default/single.html (limited to 'themes/danix-xyz-hacker/layouts/_default/single.html') diff --git a/themes/danix-xyz-hacker/layouts/_default/single.html b/themes/danix-xyz-hacker/layouts/_default/single.html deleted file mode 100644 index 7a1a069..0000000 --- a/themes/danix-xyz-hacker/layouts/_default/single.html +++ /dev/null @@ -1,54 +0,0 @@ -{{ define "main" }} -
-
- -
- - {{ if eq .Section "articles" }} - {{ partial "article-nav.html" (dict "page" . "variant" "top") }} - {{ end }} - - - {{ partial "breadcrumb.html" . }} - - - {{ partial "article-header.html" . }} - - -
- {{ .Content }} -
- - - {{ if .Params.tags }} -
-

{{ i18n "tags" }}

-
- {{ $lang := .Lang }} - {{ range .Params.tags }} - {{ $tagUrl := printf "/tags/%s/" (. | urlize) }} - {{ if eq $lang "it" }} - {{ $tagUrl = printf "/it/tags/%s/" (. | urlize) }} - {{ end }} - - {{ . }} - - {{ end }} -
-
- {{ end }} - - - {{ if eq .Section "articles" }} - {{ partial "article-nav.html" (dict "page" . "variant" "bottom") }} - {{ end }} -
- - - {{ partial "sidebar.html" . }} -
-
-{{ end }} -- cgit v1.2.3