chore: misc cleanup
This commit is contained in:
parent
6996f7ab6d
commit
0211306dc6
7 changed files with 20 additions and 10924 deletions
|
@ -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 -%}
|
||||
|
|
Reference in a new issue