aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Erquhart <shawn@erquh.art>2017-06-06 15:40:45 -0400
committerGitHub <noreply@github.com>2017-06-06 15:40:45 -0400
commiteeff5ab41103621eec51994909fab481cee075eb (patch)
tree4af29b1accbfdb466bfa0102f0a877e8c161664b
parent1b86ccf0f7a80276d3a5e47ccf722926f074c277 (diff)
parent86b63ba78319519ec8b876382ea45d6b62ba2085 (diff)
Merge pull request #12 from TomDeS/patch-1
Fix lost html tag in <head>
-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"/>