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) --- .../layouts/repository/single.html | 77 ---------------------- 1 file changed, 77 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/repository/single.html (limited to 'themes/danix-xyz-hacker/layouts/repository/single.html') diff --git a/themes/danix-xyz-hacker/layouts/repository/single.html b/themes/danix-xyz-hacker/layouts/repository/single.html deleted file mode 100644 index ce2c305..0000000 --- a/themes/danix-xyz-hacker/layouts/repository/single.html +++ /dev/null @@ -1,77 +0,0 @@ -{{ define "main" }} -
-
- - {{ partial "breadcrumb.html" . }} - - -
-

- {{ i18n "repositoryTitle" }} -

-

- {{ i18n "repositorySubtitle" }} -

-
- - -
- {{ .Content }} -
- - -
- {{ partial "social-share.html" (dict "page" . "mode" "inline") }} -
- - -
-

{{ i18n "githubReposTitle" }}

- -
- {{ range $.Site.Data.repos.repos }} -
- - {{ .name }} - - -
-

{{ .name }}

- -

- {{ i18n .description_key }} -

- - - {{ if .tags }} -
- {{ range .tags }} - - {{ . }} - - {{ end }} -
- {{ end }} - - - - {{ i18n "visitGithub" }} → - -
-
- {{ end }} -
-
-
-
-{{ end }} -- cgit v1.2.3