Add timestamps under introductory video

This commit is contained in:
waikoo
2023-05-31 15:42:48 +03:00
parent 2070dbb1e4
commit 329e7039da
4 changed files with 408 additions and 2 deletions

View File

@@ -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.