From d8b5023d7269fd67374cf65a1372e374b41964e0 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 14 Feb 2026 13:06:23 +0300 Subject: New post, didaceted theme --- themes/neonxp/layouts/_partials/terms.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 themes/neonxp/layouts/_partials/terms.html (limited to 'themes/neonxp/layouts/_partials/terms.html') diff --git a/themes/neonxp/layouts/_partials/terms.html b/themes/neonxp/layouts/_partials/terms.html deleted file mode 100644 index b666922..0000000 --- a/themes/neonxp/layouts/_partials/terms.html +++ /dev/null @@ -1,29 +0,0 @@ -{{- $page := .page }} - -{{- with $page.GetTerms "categories" }} -{{- if . }} -{{- $label := (index . 0).Parent.LinkTitle }} -
-

{{ i18n $label }}:

- -
-{{- end }} -{{- end }} - -{{- with $page.GetTerms "tags" }} -{{- if . }} -{{- $label := (index . 0).Parent.LinkTitle }} -
-

{{ i18n $label }}:

- -
-{{- end }} -{{- end }} \ No newline at end of file -- cgit v1.2.3