From b2c4e77b09d8c82c802eaa5ac6242617b9015df0 Mon Sep 17 00:00:00 2001 From: Urja Acharya Date: Sat, 13 Mar 2021 11:25:14 -0800 Subject: Style updates --- layouts/partials/taxa.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/taxa.html') 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 }} -

+

{{ $taxaTypeName | humanize }} -
+ {{ $this_taxa := index $.taxo .Name }}
{{ range $this_taxa.ByCount }} -- cgit v1.2.3