Add theme-color to meta section because it's not Android specific, closes #122

This commit is contained in:
Josh Buchea 2018-01-21 20:38:49 -08:00 committed by GitHub
parent d83260428e
commit b0278fc457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ These elements provide information for how a document should be perceived, and r
<!-- Name of web application (only should be used if the website is used as an app) -->
<meta name="application-name" content="Application Name">
<!-- Theme Color for Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#4285f4">
<!-- Short description of the document (limit to 150 characters) -->
<!-- This content *may* be used as a part of search engine results. -->
<meta name="description" content="A description of the page">