fix styling
This commit is contained in:
parent
87d2d3e9dd
commit
201aaee645
@ -5,7 +5,7 @@
|
||||
{{- if not (eq (len .Site.Taxonomies.categories) 0) }}
|
||||
<ul class="list-unstyled">
|
||||
{{- range $name, $items := .Site.Taxonomies.categories }}
|
||||
<li class="border-bottom"><a href="{{ `categories/` | relLangURL }}{{ $name | urlize | lower }}" class="d-block pb-3 mt-3">{{ $name | title | humanize }}</a></li>
|
||||
<li class="border-bottom"><a href="{{ `categories/` | relLangURL }}{{ $name | urlize | lower }}" class="d-block pb-3 mt-3">{{ $name | humanize | title }}</a></li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
{{- end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user