Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/taxonomy/terms.html')
-rw-r--r--layouts/taxonomy/terms.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html
deleted file mode 100644
index 8216a5d..0000000
--- a/layouts/taxonomy/terms.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- define "main" -}}
-
-<h1>{{ .Title }}</h1>
-
-{{ $type := .Type }}
-{{ range $key, $value := .Data.Terms.ByCount }}
- {{ $name := .Name }}
- {{ $count := .Count }}
- {{ with $.Site.GetPage (printf "/%s/%s" $type $name) }}
- <p><a href="{{ .Permalink }}"><code>{{ $name }}</code></a> {{ $count }}</p>
- {{ end }}
-{{ end }}
-
-{{- end -}} \ No newline at end of file