This commit is contained in:
2025-10-16 15:41:08 +03:00
parent c38d539e33
commit 5c14f9b8bc
-7
View File
@@ -28,10 +28,3 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
html_theme = "shibuya" html_theme = "shibuya"
html_static_path = ["_static"] html_static_path = ["_static"]
html_context = {
"languages": [
("English", "/en/%s/", "en"),
("Русский", "/ru/%s/", "ru"),
]
}