mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat: add copy button to code blocks
This commit is contained in:
parent
f710b62631
commit
2dec139e41
13 changed files with 190 additions and 112 deletions
|
@ -115,6 +115,9 @@ language_name.es = "Español"
|
|||
# The default setting is the light theme.
|
||||
theme_switcher = true
|
||||
|
||||
# Add a "copy" button to codeblocks (loads ~700 bytes of JavaScript).
|
||||
copy_button = true
|
||||
|
||||
# Date format used when listing posts (main page, /blog section, tag posts list…)
|
||||
# Default is "6th July 2049" in English and "%d %B %Y" in other languages.
|
||||
long_date_format = "%d %B %Y"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue