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