fix(social): Correct OG tag errors

This commit is contained in:
Sabe Jones 2015-10-21 16:37:33 -04:00
parent d32f6f23cc
commit a2c0e02283

View file

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