Merge pull request #1 from justmarkup/master

Add link tag for the W3C App Manifest specification
This commit is contained in:
Josh Buchea 2016-04-20 23:59:21 -07:00
commit c54ff9063d
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ A collection of HTML head elements.
<link rel="canonical" href="https://example.com/2010/06/9-things-to-do-before-entering-social-media.html">
<link rel="EditURI" href="https://example.com/xmlrpc.php?rsd" type="application/rsd+xml" title="RSD">
<link rel="pingback" href="https://example.com/xmlrpc.php">
<link rel="manifest" href="manifest.json">
```