1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-11 01:27:30 -05:00
Files
bobatheme/layouts/partials/post-meta-item/readingtime.html
2021-11-23 19:06:26 -06:00

7 lines
241 B
HTML

{{ if ne .Site.Params.readingtime false }}
<span class="post-meta-item" aria-label="{{ i18n "aria_post_meta_reading_time" }}">
{{ partial "icon.html" "clock" }}
{{ i18n "readingtime" .ReadingTime }}
</span>
{{ end }}