Add better series taxonomy list and clean up post metadata

This commit is contained in:
2021-11-13 17:04:10 -06:00
parent 21180991c0
commit 96893d7de6
11 changed files with 172 additions and 81 deletions

View File

@ -0,0 +1,10 @@
{{ with .Params.series }}
<div class="series">
{{ range ($.GetTerms "series") }}
<span class="post-meta-item">
{{ partial "icon.html" "files" }}
<a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
</span>
{{ end }}
</div>
{{ end }}