Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ properties for every page are:
As an example, the following is the Open Graph protocol markup for [The Rock on
IMDB](http://www.imdb.com/title/tt0117500/):

<html prefix="og: http://ogp.me/ns#">
<head>
<html>
<head prefix="og: http://ogp.me/ns#">
<title>The Rock (1996)</title>
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
Expand Down