Skip to content

Commit

Permalink
add og:type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Dobre committed Sep 26, 2016
1 parent 106f6d9 commit 0e68b2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title ng-bind-template="{{rubedo.current.page.title}}"></title>
<!--og-->
<meta property="og:type" content="article" />
<meta property="og:title" ng-attr-content="{{rubedo.current.page.title}}" />
<meta property="og:description" ng-if="rubedo.current.page.description" ng-attr-content="{{rubedo.current.page.description}}" />
<meta property="og:image" ng-if="rubedo.current.page.metaImage&&rubedo.current.page.metaImage!=''" ng-attr-content="{{rubedo.getMetaImageURL()}}" />
Expand Down

0 comments on commit 0e68b2d

Please sign in to comment.