10 lines
595 B
Text
10 lines
595 B
Text
{%- assign description = pageDescription | markdown | strip_html | htmlTruncate | escape -%}
|
|
<title>{{ pageTitle }}</title>
|
|
<meta property="og:title" content="{{ pageTitle }}" />
|
|
<meta name="description" content="{{ description }}" />
|
|
<meta property="og:description" content="{{ description }}" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:url" content="{{ fullUrl }}" />
|
|
<link rel="alternate" type="application/json+oembed" href="{{ oembedUrl }}" title="{{ pageTitle }}">
|
|
<link rel="canonical" href="{{ fullUrl }}" />
|
|
<meta property="og:image" content="{{ ogImage }}" />
|