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

github.com/schmanat/hugo-highlights-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Van Eenwyk <jvaneenwyk@tendrilinc.com>2020-01-07 03:24:35 +0300
committerJonathan Van Eenwyk <jvaneenwyk@tendrilinc.com>2020-01-07 03:24:35 +0300
commitd816b79ed1a9ac74387615b5312a5386c724889a (patch)
tree9505e72ac70df8dc6ccddec8c08db70fca13ba58
parent939d2b04d3d669f0b1ee8f357d8aa01e0597cb73 (diff)
Fix html language
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 6dc70c9..8158d6d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -4,7 +4,7 @@
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
{{ "-->" | safeHTML }}
-<html>
+<html lang="en">
<head>
{{ partial "head.html" . }}
</head>