Files
dss.web/server/views/social/facebook/mix.mustache
Fergal Moran 202022c524 Various fixes
2018-11-02 00:46:06 +00:00

19 lines
642 B
Plaintext

<!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="344996219591469"/>
<meta property="og:url" content="https://www.deepsouthsounds.com/mix/{{ slug }}/"/>
<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="{{ mix_image }}"/>
</head>
<body>
</body>
</html>
index