Add `item-meta-info-reading-time` CSS class

This commit is contained in:
Christoffer Strömblad 2024-01-20 19:53:02 +01:00 committed by GitHub
parent 8553188ae4
commit 578743de1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<time datetime="{{ isodate .entry.Date }}" title="{{ isodate .entry.Date }}">{{ elapsed .user.Timezone .entry.Date }}</time>
</li>
{{ if and .user.ShowReadingTime (gt .entry.ReadingTime 0) }}
<li>
<li class="item-meta-info-reading-time">
<span>
{{ plural "entry.estimated_reading_time" .entry.ReadingTime .entry.ReadingTime }}
</span>