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,6 @@
{{ if ne .Site.Params.readingtime false }}
<span class="post-meta-item">
{{ partial "icon.html" "clock" }}
{{ i18n "readingtime" .ReadingTime }}
</span>
{{ end }}