From f06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 12 Jun 2026 18:35:59 -0700 Subject: move microblog to main blog --- .../themes/MinIndie/layouts/_default/taxonomy.html | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html (limited to 'indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html') diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html b/indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html deleted file mode 100644 index e51e530..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html +++ /dev/null @@ -1,45 +0,0 @@ -{{ define "main" }} -{{ $pageTitle := .Title }} -
-
-

- {{ .Title }} - - RSS icon - -

-
- {{ .Content }} -
- {{- if eq .Kind "taxonomy" -}} - - {{ end }} - {{- if eq .Kind "term" -}} -

Content linked to the taxonomy term « {{ strings.ToUpper .Title }} »:

- {{ $currentType := "" }} - {{ range sort .Pages.ByDate.Reverse ".Type" "desc" }} - {{ if or (eq $currentType "") (ne $currentType .Type) }} - {{ if ne $currentType "" }} - -
- {{ end }} -
-

{{ strings.FirstUpper .Type }}

-
    - {{ end }} -
  • - - {{ .Title }} -
  • - {{ $currentType = .Type }} - {{ end }} -
-
- {{- end -}} - -
-{{ end }} -- cgit v1.2.3