9 lines
646 B
Text
9 lines
646 B
Text
<title>{{ pageTitle }}</title>
|
|
<meta name="description" content="{{ pageDescription | markdown | strip_html | htmlTruncate | escape }}" />
|
|
<meta property="og:title" content="{{ pageTitle }}" />
|
|
<meta property="og:description" content="{{ pageDescription | markdown | strip_html | htmlTruncate | escape }}" />
|
|
<meta property="og:type" content="{{ page.metadata.type | default: 'article' }}" />
|
|
<meta property="og:url" content="{{ fullUrl }}" />
|
|
<meta property="og:image" content="{{ ogImage }}" />
|
|
<link rel="alternate" type="application/json+oembed" href="{{ oembedUrl }}" title="{{ pageTitle }}" />
|
|
<link rel="canonical" href="{{ fullUrl }}" />
|