added a webmanifest (#1023)

This commit is contained in:
Danny Coates 2018-11-20 12:00:32 -08:00 committed by Donovan Preston
parent 5028351e6e
commit 416b9902cb
3 changed files with 31 additions and 0 deletions

View file

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