8 lines
396 B
HTML
8 lines
396 B
HTML
|
|
||
|
<title>{{ content.title }} - Studio CAMP</title>
|
||
|
<meta name="title" content="{{ content.title }}"/>
|
||
|
<meta property="og:title" content="{{ content.title }}"/>
|
||
|
<meta content="https://studio.camp{{ content.image_url }}" name="thumbnail"/>
|
||
|
<meta content="https://studio.camp{{ content.image_url }}" name="image_src"/>
|
||
|
<meta property="og:image" content="https://studio.camp{{ content.image_url }}"/>
|