15 lines
680 B
Handlebars
15 lines
680 B
Handlebars
<!-- open graph protocol -->
|
|
<meta property="og:url" content="{{ url }}" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="{{ base_url }}/img/toypreview.png" />
|
|
<meta property="og:title" content="{{ title }}" />
|
|
<meta property="og:description" content="{{ description }}" />
|
|
|
|
<!-- twitter has to be special -->
|
|
<meta name="twitter:card" content="{{ title }}" />
|
|
<meta name="twitter:url" content="{{ url}}" />
|
|
<meta name="twitter:type" content="website" />
|
|
<meta name="twitter:image" content="{{ base_url }}/img/toypreview.png" />
|
|
<meta name="twitter:title" content="{{ title }}" />
|
|
<meta name="twitter:description" content="{{ description }}" />
|