From a2c0e022839c8a874261869d64df0886d37c64b6 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 21 Oct 2015 16:37:33 -0400 Subject: [PATCH] fix(social): Correct OG tag errors --- website/views/static/front.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/views/static/front.jade b/website/views/static/front.jade index 3c6aabf7ca..c5c54fe1bb 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -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')