feat(meta): allow hiding the read time indication on pages (#124)

Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
Steven Roose
2023-08-31 12:37:09 -05:00
committed by GitHub
parent 0c87f6513b
commit b58225a012
3 changed files with 13 additions and 2 deletions

View File

@@ -185,6 +185,10 @@ stylesheets = []
# Add a "copy" button to codeblocks (loads ~700 bytes of JavaScript).
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).
footnote_backlinks = false