mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-05 19:51:23 -06:00
add dynamic html 'lang' attribute
This commit is contained in:
parent
25b6455ed7
commit
0bfd125087
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en-us">
|
||||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user