9 lines
543 B
Text
9 lines
543 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="canonical" href="{{ fullUrl }}" />
|
|
<meta property="og:image" content="{{ globals.url }}/og/w800/{% appVersion %}{{ globals.avatar }}" />
|