1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-06 00:15:36 +00:00

add dynamic html 'lang' attribute

This commit is contained in:
gebeto 2019-02-28 08:11:12 +02:00
parent 25b6455ed7
commit 0bfd125087

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us">
<html lang="{{ site.lang | default: "en-US" }}">
{% include head.html %}
<body>