From 18f6a02b8805acc073683da1b2da4c5fc44180da Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Oct 2022 17:42:18 +0200 Subject: Added html lang attr --- themes/simple/layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html index 0cb6943..79c7684 100755 --- a/themes/simple/layouts/_default/baseof.html +++ b/themes/simple/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} @@ -11,4 +11,4 @@ {{ partial "footer.html" . }} - + \ No newline at end of file -- cgit v1.2.3