From fc2d3f5524f167dd5fcc9ce3d4a9eef4f79f371f Mon Sep 17 00:00:00 2001 From: Christian Oliff <christianoliff@yahoo.com> Date: Fri, 26 Jul 2019 23:41:55 +0900 Subject: [PATCH] Specify lang on HTML --- 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 4384487..fdde37c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="{{ .Lang | default "en" }}"> <head> <meta charset="utf-8"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">