mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-20 23:14:00 +00:00
19 lines
642 B
Plaintext
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
|