diff --git a/i18n/en.toml b/i18n/en.toml index a4b55ad..3dd19cc 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -79,6 +79,7 @@ theme_dark = "Switch to Dark Theme" theme_light = "Switch to Light Theme" theme_system = "Use System Theme" tip = "Tip" +toggle_sidebar = "Toggle Sidebar" trigger_warning = "Trigger Warning" updated = "Updated on" view_comment = "View Comment At" diff --git a/templates/documentation_page.html b/templates/documentation_page.html index 47a4ec4..21c2c96 100644 --- a/templates/documentation_page.html +++ b/templates/documentation_page.html @@ -3,7 +3,7 @@ {% block aside %} {%- set section = get_section(path=page.ancestors | last) -%} - +