* Fix #165 * use .Site.Language.Lang instead of .Site.LanguageCode according to hugo documentation * add contributor D_DAndrew
@@ -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)
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{{ .Site.LanguageCode }}">
+<html lang="{{ .Site.Language.Lang }}">
<head>
<meta charset="utf-8">