diff options
author | Alan Pearce | 2014-06-07 17:55:58 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 17:55:58 +0100 |
commit | 48148d99146a4568def9f367a038a9d45742ba3a (patch) | |
tree | ca3fde3e360a58a3c9d9bf93adf56063f1ab6607 /layouts | |
parent | 77fd7bf9de42635164cd1d4cfbf8b366b051792b (diff) | |
download | hyde-48148d99146a4568def9f367a038a9d45742ba3a.tar.lz hyde-48148d99146a4568def9f367a038a9d45742ba3a.tar.zst hyde-48148d99146a4568def9f367a038a9d45742ba3a.zip |
Remove content-type+charset meta tag
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 816f1e9..e5ad0ce 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html lang="en-us"> <head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> {{ .Title }} · {{ .Site.Title }} </title> |