diff options
| author | Peter Etelej <peter.etelej@gmail.com> | 2014-09-19 13:27:10 +0300 |
|---|---|---|
| committer | Peter Etelej <peter.etelej@gmail.com> | 2014-09-19 13:27:10 +0300 |
| commit | bbc3e29579230cf68c342176f491a0d02ffc8468 (patch) | |
| tree | 424f658eb1da0af84e70b0bb31f9a01d4a0145bf | |
| parent | 7c425a1e3a50b893e828c9e2e031c12967757f69 (diff) | |
| download | acn-blog-bbc3e29579230cf68c342176f491a0d02ffc8468.tar.gz acn-blog-bbc3e29579230cf68c342176f491a0d02ffc8468.tar.bz2 acn-blog-bbc3e29579230cf68c342176f491a0d02ffc8468.zip | |
Fix duplicate meta charset declaration
| -rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ed54557..a69e734 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,6 @@ <html> <head> <meta charset="utf-8" /> - <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'> |
