From f873452e6c897222feae51b1907a26004564ee3b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 4 Oct 2016 11:22:53 +0300 Subject: [PATCH] layouts/_default/baseof.html: Use current language for html element's lang attribute You know you gotta specify the page content's language if possible, right? https://www.w3.org/International/questions/qa-http-and-lang --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index caa1945..6509d2a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head-meta.html" . }}