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:
parent
ce35b46fee
commit
c0ee3ed375
3 changed files with 7 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue