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

@ -9,13 +9,13 @@
{%- endif -%}
{%- endcapture -%}
{%- capture pageDescription -%}
{% if page.description %}
{%- if page.description -%}
{{ page.description }}
{% elsif description %}
{%- elsif description -%}
{{ description }}
{% else %}
{%- else -%}
{{ globals.site_description }}
{% endif %}
{%- endif -%}
{%- endcapture -%}
{%- assign ogImage = globals.cdn_url | append: globals.avatar -%}
{%- case schema -%}
@ -83,7 +83,7 @@
{% render "metadata/static.liquid"
fullUrl:fullUrl,
pageTitle:pageTitle,
pageDescription:pageDescription
pageDescription:pageDescription,
ogImage:ogImage,
globals:globals,
%}