From b53505820437ff778ab724d7f751ee003811ff7e Mon Sep 17 00:00:00 2001
From: d-dandrew <48591494+d-dandrew@users.noreply.github.com>
Date: Mon, 22 Apr 2019 13:27:07 +0000
Subject: [PATCH] Fix HTML lang attribute (#169)
---
layouts/_default/baseof.html | 2 +-
CONTRIBUTORS.md | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 4cf4bf8..d90b6e0 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -34,3 +34,4 @@
- [Paul Lettington](https://github.com/plett)
- [Thomas Vochten](https://github.com/thomasvochten)
- [Caspar Krieger](https://www.asparck.com)
+- [D_DAndrew](https://d-dandrew.github.io)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d20ef16..6c25b38 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{{ .Site.LanguageCode }}">
+<html lang="{{ .Site.Language.Lang }}">
<head>
<meta charset="utf-8">
--
Gitblit v1.10.0