feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
9
src/includes/metadata/static.liquid
Normal file
9
src/includes/metadata/static.liquid
Normal file
|
@ -0,0 +1,9 @@
|
|||
{%- 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="{{ ogImage }}?class=w800" />
|
Loading…
Add table
Add a link
Reference in a new issue