forked from deepStateMirrors/tabi
✨ feat: add option to display/hide date in metadata (#306)
This commit is contained in:
parent
5bc593b676
commit
0cbd727f25
6 changed files with 45 additions and 8 deletions
|
@ -132,6 +132,10 @@ copy_button = true
|
|||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
show_reading_time = true
|
||||
|
||||
# Show the date of a page below its title.
|
||||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
show_date = true
|
||||
|
||||
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
|
||||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
footnote_backlinks = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue