chore: misc cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-01 11:57:39 -07:00
parent 6996f7ab6d
commit 0211306dc6
No known key found for this signature in database
7 changed files with 20 additions and 10924 deletions

View file

@ -2,7 +2,7 @@
{%- assign pageTitle = meta.siteName -%}
{%- if schema == 'blog' -%}
{%- assign pageTitle = title -%}
{%- assign pageTitle = post.title -%}
{%- elsif title -%}
{%- assign pageTitle = title | append: ' • ' | append: meta.siteName -%}
{%- elsif artist.name_string -%}