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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/taxa.html')
-rw-r--r--layouts/partials/taxa.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/taxa.html b/layouts/partials/taxa.html
index 3485c4b..ffd3a2b 100644
--- a/layouts/partials/taxa.html
+++ b/layouts/partials/taxa.html
@@ -6,9 +6,9 @@
{{ range sort ($scratch.Get "custom") ".Num" "desc" }}
{{ $taxaTypeName := .Name }}
-<h4 style="margin: 0;">
+<h6>
{{ $taxaTypeName | humanize }}
-</h4>
+</h6>
{{ $this_taxa := index $.taxo .Name }}
<div class="taxa-container">
{{ range $this_taxa.ByCount }}