mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
Add timestamps under introductory video
This commit is contained in:
@@ -156,8 +156,8 @@ html_theme_options: Dict[str, Any] = {
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
html_favicon = html_logo = '../logo/kitty.svg'
|
||||
html_css_files = ['custom.css']
|
||||
html_js_files = ['custom.js']
|
||||
html_css_files = ['custom.css', 'style.css']
|
||||
html_js_files = ['custom.js', ('timestamps.js', {'type': 'module'})]
|
||||
|
||||
# Custom sidebar templates, must be a dictionary that maps document names
|
||||
# to template names.
|
||||
|
||||
Reference in New Issue
Block a user