chore(*): remove unused styles, images, clean up and format

This commit is contained in:
Cory Dransfeldt 2025-05-04 15:36:44 -07:00
parent 573b66a170
commit 10b343b964
No known key found for this signature in database
16 changed files with 46 additions and 91 deletions

View file

@ -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 }}" />