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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/taxa.html b/layouts/partials/taxa.html
index e0fe815..3485c4b 100644
--- a/layouts/partials/taxa.html
+++ b/layouts/partials/taxa.html
@@ -6,11 +6,11 @@
{{ range sort ($scratch.Get "custom") ".Num" "desc" }}
{{ $taxaTypeName := .Name }}
-<h3>
+<h4 style="margin: 0;">
{{ $taxaTypeName | humanize }}
-</h3>
+</h4>
{{ $this_taxa := index $.taxo .Name }}
-<div class="taxa-container home-page-card">
+<div class="taxa-container">
{{ range $this_taxa.ByCount }}
{{ $taxaValueName := .Page.Title }}
<a class="taxa" href="{{ .Page.Permalink }}">{{ .Page.Title }}</a>