Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 15de55e

Browse files
committed
Merge pull request #69 from appirio-tech/SUP-517-social-og-tags
absolute paths on og meta tags
2 parents eee8a06 + 7e770e5 commit 15de55e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/index.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ html
5555

5656
meta(itemprop='name', content='topcoder iOS Member Program')
5757
meta(itemprop='description', content='iOS/SWIFT challenges on topcoder.com, brought to you by Apple and Appirio. Now is the time to compete!')
58-
meta(itemprop='image', content='/content/images/logo-landing.png')
58+
meta(itemprop='image', content='http://apple.topcoder.com/content/images/logo-landing.png')
5959

6060
meta(name='twitter:card', content='iOS/SWIFT challenges on topcoder.com, brought to you by Apple and Appirio. Now is the time to compete!')
6161
meta(name='twitter:site', content='@topcoder')
6262
meta(name='twitter:title', content='topcoder iOS Member Program')
6363
meta(name='twitter:description', content='iOS/SWIFT challenges on topcoder.com, brought to you by Apple and Appirio. Now is the time to compete!')
6464
meta(name='twitter:creator', content='@topcoder')
65-
meta(name='twitter:image:src', content='/content/images/logo-landing.png')
65+
meta(name='twitter:image:src', content='http://apple.topcoder.com/content/images/logo-landing.png')
6666

6767
meta(property='og:url', content='http://apple.topcoder.com')
6868
meta(property='og:title', content='topcoder iOS Member Program')
6969
meta(property='og:description', content='iOS/SWIFT challenges on topcoder.com, brought to you by Apple and Appirio. Now is the time to compete!')
7070
meta(property='og:site_name', content='topcoder iOS Member Program')
71-
meta(property='og:image', content='/content/images/logo-landing.png')
71+
meta(property='og:image', content='http://apple.topcoder.com/content/images/logo-landing.png')
7272

7373
meta(http-equiv="X-UA-Compatible", content="IE=edge, chrome=1")
7474

0 commit comments

Comments
 (0)