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/articles/single.html | 50 ---------------------- 1 file changed, 50 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/articles/single.html (limited to 'themes/danix-xyz-hacker/layouts/articles/single.html') diff --git a/themes/danix-xyz-hacker/layouts/articles/single.html b/themes/danix-xyz-hacker/layouts/articles/single.html deleted file mode 100644 index e646639..0000000 --- a/themes/danix-xyz-hacker/layouts/articles/single.html +++ /dev/null @@ -1,50 +0,0 @@ -{{ define "main" }} -{{ $articleType := .Params.type | default "life" }} -{{ $template := printf "article-types/%s.html" $articleType }} -
-
- -
- - {{ partial "article-nav.html" (dict "page" . "variant" "top") }} - - - {{ partial "breadcrumb.html" . }} - - - {{ partial "article-header.html" . }} - - - {{ partial $template . }} - - - {{ 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 }} - - - {{ partial "article-nav.html" (dict "page" . "variant" "bottom") }} -
- - - {{ partial "sidebar.html" . }} -
-
-{{ end }} -- cgit v1.2.3