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-02 13:34:39 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-04-02 13:34:39 +0300
commite921ae364ba2a456ead8ca744f895092a661b921 (patch)
tree172f671f362385faf0e6affdad4d5db0fa7a6cc2
parent1ebd3e14539a1ad77719926567e45c5efc310f5b (diff)
add lang attributev0.10
-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 86f32f2..f238287 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
{{- partial "head.html" . -}}
<body>