mirror of
https://github.com/welpo/tabi.git
synced 2026-06-15 07:47:34 +02:00
✨ feat(meta): allow overriding reading time setting from post
Also hides the separator if reading time is not shown.
This commit is contained in:
parent
497fe9d127
commit
eeab0a03dd
3 changed files with 9 additions and 3 deletions
|
|
@ -70,6 +70,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue