forked from hexojs/hexo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unneccessary refs to type attr in helper output snippets.
See Issue hexojs#1695: hexojs#1695 Also see the HTML5 Spec section on the type attr: http://dev.w3.org/html5/spec-preview/Overview.html#attr-link-type In short, the use of type tags is purely advisory, and the spec instructs browsers to infer the resource type before fetching them. In cases where the inference does not match the declaration, the resource will not be loaded. When the declaration is left off, the resource will load. It appears generally safer to leave the tags off entirely.
- Loading branch information
Bryce Johnson
committed
Jan 9, 2016
1 parent
c80de2d
commit 2fdb9c8
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2fdb9c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you are ready, welcome to pull your request~, and do not forget to rebase your code.