From b53505820437ff778ab724d7f751ee003811ff7e Mon Sep 17 00:00:00 2001 From: d-dandrew <48591494+d-dandrew@users.noreply.github.com> Date: Mon, 22 Apr 2019 21:27:07 +0800 Subject: [PATCH] Fix HTML lang attribute (#169) * Fix #165 * use .Site.Language.Lang instead of .Site.LanguageCode according to hugo documentation * add contributor D_DAndrew --- CONTRIBUTORS.md | 1 + layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ - +