fix: styles

This commit is contained in:
Cory Dransfeldt 2024-10-12 16:19:51 -07:00
parent 057d75f863
commit fa74651a80
No known key found for this signature in database
7 changed files with 38 additions and 80 deletions

View file

@ -47,7 +47,7 @@
{%- assign pageDescription = description -%}
{%- endif -%}
{%- assign ogImage = 'https://cdn.coryd.dev/' | append: globals.avatar | append: "?class=w800" -%}
{%- assign ogImage = 'https://cdn.coryd.dev' | append: globals.avatar | append: "?class=w800" -%}
{%- case schema -%}
{%- when 'music' -%}
{%- assign ogImage = 'https://cdn.coryd.dev' | append: page.image -%}