diff options
| author | Shawn Erquhart <shawn@erquh.art> | 2017-06-06 15:40:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-06 15:40:45 -0400 |
| commit | eeff5ab41103621eec51994909fab481cee075eb (patch) | |
| tree | 4af29b1accbfdb466bfa0102f0a877e8c161664b /site | |
| parent | 1b86ccf0f7a80276d3a5e47ccf722926f074c277 (diff) | |
| parent | 86b63ba78319519ec8b876382ea45d6b62ba2085 (diff) | |
Merge pull request #12 from TomDeS/patch-1
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"/> |
