Add toggle sidebar tooltip #3
Some checks are pending
Publish / publish (push) Waiting to run
Some checks are pending
Publish / publish (push) Waiting to run
This commit is contained in:
parent
7377a98fd1
commit
5c69f0c253
@ -79,6 +79,7 @@ theme_dark = "Switch to Dark Theme"
|
|||||||
theme_light = "Switch to Light Theme"
|
theme_light = "Switch to Light Theme"
|
||||||
theme_system = "Use System Theme"
|
theme_system = "Use System Theme"
|
||||||
tip = "Tip"
|
tip = "Tip"
|
||||||
|
toggle_sidebar = "Toggle Sidebar"
|
||||||
trigger_warning = "Trigger Warning"
|
trigger_warning = "Trigger Warning"
|
||||||
updated = "Updated on"
|
updated = "Updated on"
|
||||||
view_comment = "View Comment At"
|
view_comment = "View Comment At"
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
{% block aside %}
|
{% block aside %}
|
||||||
{%- set section = get_section(path=page.ancestors | last) -%}
|
{%- set section = get_section(path=page.ancestors | last) -%}
|
||||||
<input type="checkbox" id="sidebar-toggle">
|
<input type="checkbox" id="sidebar-toggle">
|
||||||
<label for="sidebar-toggle" class="toggle-label"><i class="icon"></i></label>
|
<label for="sidebar-toggle" class="toggle-label" title="{{ macros_translate::translate(key='toggle_sidebar', default='Toggle Sidebar', language_strings=language_strings) }}"><i class="icon"></i></label>
|
||||||
<label for="sidebar-toggle" class="toggle-overlay"></label>
|
<label for="sidebar-toggle" class="toggle-overlay"></label>
|
||||||
<aside id="docs-container">
|
<aside id="docs-container">
|
||||||
{% include "partials/docs_toc.html" %}
|
{% include "partials/docs_toc.html" %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user