We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c9514 commit 0032ae3Copy full SHA for 0032ae3
_layouts/default.html
@@ -12,7 +12,7 @@
12
{% capture prefer_mode %}data-mode="{{ site.theme_mode }}"{% endcapture %}
13
{% endif %}
14
15
-<!-- `site.alt_lang` can specify a language different from the UI -->
+<!-- `lang` and `dir` attributes are set in _includes/lang.html -->
16
<html lang="{{ lang }}" dir="{{ dir }}" {{ prefer_mode }}>
17
{% include head.html %}
18
0 commit comments