mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-14 02:17:29 -05:00
Add better series taxonomy list and clean up post metadata
This commit is contained in:
6
layouts/partials/readingtime-meta-item.html
Normal file
6
layouts/partials/readingtime-meta-item.html
Normal 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 }}
|
Reference in New Issue
Block a user