added a webmanifest (#1023)
This commit is contained in:
parent
5028351e6e
commit
416b9902cb
3 changed files with 31 additions and 0 deletions
|
@ -36,6 +36,8 @@ module.exports = function(state, body = '') {
|
|||
content="${state.baseUrl}${assets.get('send-twitter.jpg')}"
|
||||
/>
|
||||
<meta property="og:url" content="${state.baseUrl}" />
|
||||
<meta name="theme-color" content="#0a84ff" />
|
||||
<link rel="manifest" href="/app.webmanifest" />
|
||||
|
||||
<title>${state.title}</title>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue