Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-04-05 14:37:46 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-04-05 14:37:46 +0300
commitbf63a172cdaf2fbd75f9a50042166d80f06052ba (patch)
tree7e81e95332eb6d1b5bdaf9c49116301f8e556480
parent8c41dc1eed279be87b7e8592723a8751ebb80538 (diff)
fix lang attribute
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f238287..838e3ec 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="{{ $.Site.Language }}">
{{- partial "head.html" . -}}
<body>