mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 03:22:14 +00:00
fix(social): Correct OG tag errors
This commit is contained in:
parent
d32f6f23cc
commit
a2c0e02283
1 changed files with 2 additions and 2 deletions
|
|
@ -12,12 +12,12 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
meta(name='author', content='')
|
||||
meta(name='geo.placename', content='')
|
||||
meta(name='viewport', content='width=device-width, maximum-scale=1')
|
||||
meta(property='og:url', content='https://habitica.com/')
|
||||
meta(property='og:url', content='https://habitica.com/static/front')
|
||||
meta(property='og:type', content='website')
|
||||
meta(property='og:title', content='Habitica: Your Life the Role Playing Game')
|
||||
meta(property='og:description', content='Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.')
|
||||
meta(property='og:site_name', content='Habitica')
|
||||
meta(property='og:image', content='https://s3.amazonaws.com/habitica-assets/assets/gryphon_logo.png')
|
||||
meta(property='og:image', content='https://s3.amazonaws.com/habitica-assets/assets/habitica_lockup.png')
|
||||
meta(property='fb:app_id', content='128307497299777')
|
||||
meta(name='twitter:card' content='summary')
|
||||
meta(name='twitter:site' content='@habitica')
|
||||
|
|
|
|||
Loading…
Reference in a new issue