diff options
| author | Tom <desuttertom@gmail.com> | 2017-06-05 13:46:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-05 13:46:58 +0200 |
| commit | 86b63ba78319519ec8b876382ea45d6b62ba2085 (patch) | |
| tree | e9a2a148c8589e9a6bf1202275a41ed9f3ca3300 /site | |
| parent | 37e5f955764380bfb19bcfc5afc0966e431f14c7 (diff) | |
Fix lost html tag in <head>
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/partials/head.html | 3 |
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"/> |
