forked from deepStateMirrors/tabi
✨ feat: display word count when hovering over read time
This commit is contained in:
parent
23f5c6d309
commit
d9cd64e5a4
2 changed files with 9 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
•
|
||||
{% endif %}
|
||||
|
||||
<span> {{ page.reading_time }} minute read{% if page.taxonomies and page.taxonomies.tags %} {%
|
||||
<span reading-time="{{ page.reading_time }} min read" word-count="{{ page.word_count }} words">{% if page.taxonomies and page.taxonomies.tags %} {%
|
||||
endif %}</span>
|
||||
|
||||
{% if page.taxonomies and page.taxonomies.tags %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue