aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts
diff options
context:
space:
mode:
authorTom <desuttertom@gmail.com>2017-06-05 13:46:58 +0200
committerGitHub <noreply@github.com>2017-06-05 13:46:58 +0200
commit86b63ba78319519ec8b876382ea45d6b62ba2085 (patch)
treee9a2a148c8589e9a6bf1202275a41ed9f3ca3300 /site/layouts
parent37e5f955764380bfb19bcfc5afc0966e431f14c7 (diff)
Fix lost html tag in <head>
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/head.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/layouts/partials/head.html b/site/layouts/partials/head.html
index 9c72ea1..8768260 100644
--- a/site/layouts/partials/head.html
+++ b/site/layouts/partials/head.html
@@ -1,8 +1,7 @@
<!doctype html>
-<html>
+<html lang="en-US">
<head>
- <html lang="en-US">
<title>{{ .Title }} | Kaldi</title>
<link rel="stylesheet" href="/css/main.css"/>