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

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/taxonomy/categories.html')
-rw-r--r--layouts/partials/taxonomy/categories.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/partials/taxonomy/categories.html b/layouts/partials/taxonomy/categories.html
deleted file mode 100644
index 1dfa641..0000000
--- a/layouts/partials/taxonomy/categories.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="categories">
- <i class="fas fa-folder"></i>
- {{- range $index, $el := . -}}
- {{- if gt $index 0 }}
- <span class="separator">•</span>
- {{- end }}
- <a href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
- {{- end -}}
-</div>