Skip to content

Commit 0bfd125

Browse files
committed
add dynamic html 'lang' attribute
1 parent 25b6455 commit 0bfd125

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
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22

3-
<html lang="en-us">
3+
<html lang="{{ site.lang | default: "en-US" }}">
44
{% include head.html %}
55
<body>
66

0 commit comments

Comments
 (0)