mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
No need to use JS modules just embed the data in timestamps.js
This commit is contained in:
@@ -157,7 +157,7 @@ html_theme_options: Dict[str, Any] = {
|
||||
html_static_path = ['_static']
|
||||
html_favicon = html_logo = '../logo/kitty.svg'
|
||||
html_css_files = ['custom.css', 'timestamps.css']
|
||||
html_js_files = ['custom.js', ('timestamps.js', {'type': 'module'})]
|
||||
html_js_files = ['custom.js', 'timestamps.js']
|
||||
|
||||
# Custom sidebar templates, must be a dictionary that maps document names
|
||||
# to template names.
|
||||
|
||||
Reference in New Issue
Block a user