1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Update reading time HTML element after fetching the original web page

This commit is contained in:
Davide Masserut 2022-12-14 13:32:45 +01:00 committed by Frédéric Guillot
parent ce35b46fee
commit c0ee3ed375
3 changed files with 7 additions and 3 deletions

View file

@ -130,7 +130,7 @@
{{ end }}
{{ if and .user.ShowReadingTime (gt .entry.ReadingTime 0) }}
·
<span>
<span class="entry-reading-time">
{{ plural "entry.estimated_reading_time" .entry.ReadingTime .entry.ReadingTime }}
</span>
{{ end }}