mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
examples: Remove unneeded meta tag from blog example
```html <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> ``` This was only needed for IE10 and lower (which are no longer supported) and chromeframe which was a Google plugin for IE8 and lower and was discontinued many years ago. So this meta tag can be safely removed.
This commit is contained in:
parent
b5d906e31e
commit
a546059a9c
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="{{ .Description }}">
|
||||
<meta name="author" content="A Hugo User"> <!-- This should be modified to be your name, if you want to include this information -->
|
||||
<meta name="author" content="A Hugo User"> <!-- This should be modified to be your name, if you want to include this information -->
|
||||
|
|
Loading…
Reference in a new issue