Skip to content

Commit

Permalink
Disabling share image until we actually have one
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktvaldez committed May 18, 2016
1 parent 989bef2 commit 391cbab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/shared/_head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ head
meta(property='og:url' content='http://beta.svef.is')
meta(property='og:description' content=description)
meta(property='og:type' content='website')
meta(property='og:image' content='http://beta.svef.is/images/og.png')
//- meta(property='og:image' content='http://beta.svef.is/images/og.png')
meta(name="twitter:card" content="summary_large_image")
//- meta(name="twitter:card" content="summary_large_image")
meta(name="twitter:site" content="@samtokvef")
meta(name="twitter:title" content=title)
meta(name="twitter:description" content=description)
meta(name="twitter:image" content="http://beta.svef.is/images/og.png")
//- meta(name="twitter:image" content="http://beta.svef.is/images/og.png")

0 comments on commit 391cbab

Please sign in to comment.