mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 04:06:36 -05: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…
Reference in New Issue
Block a user