commit 957ff8c67d0ddebfcff6ef8d3a35d0655456381e
parent 0fcd71618efc587fd16469052ee2cef81c7b7da2
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 18 Feb 2018 12:52:58 -0600
Correct language code declaration.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{{ .Site.LanguageCode }}">
+<html lang="{{ .Site.Language }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">