Use Zola's built-in reading time variable instead of the custom implementation (fixes #102)

This commit is contained in:
daudix
2024-10-12 00:21:16 +03:00
parent d22922f46b
commit a7e1112791
3 changed files with 10 additions and 14 deletions

View File

@ -131,10 +131,7 @@ source_url = "https://codeberg.org/daudix/duckquill"
# See https://www.getzola.org/documentation/content/syntax-highlighting/
show_copy_button = true
# Whether to show estimated read time in posts.
# Calculated using the simple math: number of words ÷ words per minute.
show_read_time = true
#
# words_per_minute = 200
show_reading_time = true
#
# Whether to show a share button in articles.
# Uses https://shareopenly.org.