Skip to content

Commit

Permalink
Merge pull request #2 from monkeyfeet/feature/devtools
Browse files Browse the repository at this point in the history
og:image url
  • Loading branch information
Jeremy Cole authored Sep 8, 2017
2 parents 32a31c2 + 83b97a0 commit b1270c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/templates/Includes/DocumentHead.ss
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scaleable=no" name="viewport" />

<meta property="og:type" content="website">
<meta property="og:url" content="{$BaseHref}{$Link}?1" />
<meta property="og:url" content="{$absoluteBaseURL}{$Link}?1" />
<meta property="og:title" content="$Title" />
<meta property="og:description" content="$MetaDescription" />

<% if OgImage %>
<meta property="og:image" content="$OgImage.AbsoluteURL" />
<% else %>
<meta property="og:image" content="/site/images/logo.png" />
<meta property="og:image" content="{$absoluteBaseURL}site/images/logo.png" />
<% end_if %>

<link rel="shortcut icon" type="image/ico" href="/site/favicon.ico" />
Expand Down

0 comments on commit b1270c5

Please sign in to comment.