feat(meta): allow overriding reading time setting from post

Also hides the separator if reading time is not shown.
This commit is contained in:
welpo 2023-08-31 16:37:23 +02:00
parent 497fe9d127
commit eeab0a03dd
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
3 changed files with 9 additions and 3 deletions

View file

@ -186,6 +186,7 @@ stylesheets = []
copy_button = true
# Show the reading time of a page.
# Can also be enabled or disabled on individual pages in the front matter's [extra].
show_reading_time = true
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).