commit 18d2404bda26638d59e9caaa75093e2b5e19a240 parent cbe29a22fc831d71912a54f0145fdbda5e9cbea2 Author: Frederic Cambus <fred@statdns.com> Date: Mon, 3 Oct 2016 09:40:02 +0200 Add lang attribute in the header template Diffstat:
M | templates/header.mustache | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/header.mustache b/templates/header.mustache @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="{{{site.lang}}}"> <head> <meta charset="utf-8"> <title>{{{page.title}}} - {{{site.name}}}</title>