Files
dss/templates/inc/facebook/mix.html
Fergal Moran 2e13a266c6 Fixed og:type
2014-06-01 14:39:26 +01:00

18 lines
651 B
HTML
Executable File

<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta property="fb:app_id" content="{{ app_id }}" />
<meta property="og:url" content="{{ mix_url }}/" />
<meta property="og:site_name" content="Deep South Sounds"/>
<meta property="og:type" content="deepsouthsounds:mix" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ description }}" />
<meta property="og:image" content="{{ image_url }}" />
</head>
<body>
</body>
</html>