mirror of
https://github.com/thangisme/notes.git
synced 2025-10-13 03:04:20 -04:00
add dynamic html 'lang' attribute
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-us">
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user