chore(*): remove unused styles, images, clean up and format
This commit is contained in:
parent
573b66a170
commit
10b343b964
16 changed files with 46 additions and 91 deletions
|
@ -1,8 +1,8 @@
|
|||
{%- 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 -}}" />
|
||||
<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 }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue