Skip to content

Commit 0032ae3

Browse files
zakariafcotes2020
authored andcommitted
fix: update comment to clarify lang and dir attributes usage in HTML layout
1 parent 05c9514 commit 0032ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% capture prefer_mode %}data-mode="{{ site.theme_mode }}"{% endcapture %}
1313
{% endif %}
1414

15-
<!-- `site.alt_lang` can specify a language different from the UI -->
15+
<!-- `lang` and `dir` attributes are set in _includes/lang.html -->
1616
<html lang="{{ lang }}" dir="{{ dir }}" {{ prefer_mode }}>
1717
{% include head.html %}
1818

0 commit comments

Comments
 (0)