mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-25 06:37:29 -05:00
Rename a lot of classes from post- to page-
This commit is contained in:
6
layouts/partials/page-metadata/item/readingtime.html
Normal file
6
layouts/partials/page-metadata/item/readingtime.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ if ne .Site.Params.readingtime false }}
|
||||
<span class="page-metadata-item" aria-label="{{ i18n "aria_post_meta_reading_time" }}">
|
||||
{{ partial "icon.html" "clock" }}
|
||||
{{ i18n "readingtime" .ReadingTime }}
|
||||
</span>
|
||||
{{ end }}
|
Reference in New Issue
Block a user