mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
fix(favicon): Add 192x192 image
This commit is contained in:
parent
025b302ec6
commit
5fa91713f5
4 changed files with 4 additions and 4 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 8.9 KiB |
|
|
@ -19,12 +19,12 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
meta(name='twitter:card' content='summary')
|
||||
meta(name='twitter:site' content='@habitica')
|
||||
meta(name='twitter:title' content='Habitica: Your Life the Role Playing Game')
|
||||
meta(name='twitter:description' content='Habitica is a free habit-building and productivity app that treats your real life like a game! Motivate yourself with in-game rewards and social encouragement.')
|
||||
meta(name='twitter:description' content='Habitica is a free habit-building and productivity app that treats your real life like a game! Motivate yourself with in-game rewards and social encouragement.')
|
||||
meta(name='twitter:image' content='https://s3.amazonaws.com/habitica-assets/assets/gryphon_logo.png')
|
||||
meta(name='apple-itunes-app' content='app-id=994882113')
|
||||
link(rel='canonical', href='', type='text/html')
|
||||
link(rel='shortcut icon', sizes="32x32", href='/favicon.ico')
|
||||
link(rel='shortcut icon', sizes="144x144", href='/favicon_192x192.png')
|
||||
link(rel='shortcut icon', sizes="192x192", href='/favicon_192x192.png')
|
||||
|
||||
link(rel='stylesheet', type='text/css', href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css')
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ html(ng-app='habitrpg')
|
|||
window.env = !{JSON.stringify(env._.pick(env, env.clientVars))};
|
||||
|
||||
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
||||
link(rel='shortcut icon', sizes="144x144", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
|
||||
link(rel='shortcut icon', sizes="192x192", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
|
||||
|
||||
meta(charset='utf-8')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ html(ng-app='habitrpg')
|
|||
window.env = !{JSON.stringify(env._.pick(env, env.clientVars))};
|
||||
|
||||
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
||||
link(rel='shortcut icon', sizes="144x144", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
|
||||
link(rel='shortcut icon', sizes="192x192", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
|
||||
|
||||
meta(charset='utf-8')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||
|
|
|
|||
Loading…
Reference in a new issue