Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Added fb pages id to claim page
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmh committed May 23, 2017
1 parent df6d4c3 commit 378af85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="keywords" content="Ascend, NTNU, robotics, autonomus, team, IARC, international, aerial, robotics, competition, AI" />
<meta name="author" content="Ascend NTNU" />
<meta property="fb:app_id" content="202744680073731" />
<meta property="fb:pages" content="1666025910343164" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/logo/logo.png" />
<meta property="og:title" content="Ascend NTNU - Home" />
Expand Down Expand Up @@ -44,6 +45,7 @@
"longitude": 10.401931
}
},
"foundingDate": "2015-07-28",
"image": "https://ascendntnu.no/images/logo/logo-ascend-art-under.png",
"logo": "https://ascendntnu.no/images/logo/logo.png",
"name": "Ascend NTNU",
Expand Down
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ function prerender (req, data) {
<meta name="keywords" content="Ascend, NTNU, robotics, autonomus, team, IARC, international, aerial, robotics, competition, AI" />
<meta name="author" content="Ascend NTNU" />
<meta property="fb:app_id" content="202744680073731" />
<meta property="fb:pages" content="1666025910343164" />
${data.date ? `<meta property="og:date" content="${data.date}" />` : ''}
<meta property="og:type" content="article" />
<meta property="og:image" content="${data.image}" />
Expand Down

0 comments on commit 378af85

Please sign in to comment.