Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unneeded meta tag from blog example #7965

Merged
merged 1 commit into from Nov 24, 2020
Merged

remove unneeded meta tag from blog example #7965

merged 1 commit into from Nov 24, 2020

Conversation

coliff
Copy link
Member

@coliff coliff commented Nov 17, 2020

    <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.

```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.
Copy link
Contributor

@davidsneighbour davidsneighbour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct.

on a sidenote: the author tag was never a "real" meta tag and can be safely removed too because Google is not using it to assign articles to author entities. ;)

@coliff
Copy link
Member Author

coliff commented Nov 18, 2020

Yep, I think there's quite a lot of improvements and optimizations could be made to this example. If this one can be merged I'll look at making separate PRs later.

@bep bep merged commit a546059 into gohugoio:master Nov 24, 2020
@coliff coliff deleted the patch-2 branch November 25, 2020 00:18
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants