chore: bump version

This commit is contained in:
Cory Dransfeldt 2024-09-08 11:28:17 -07:00
parent faefcbf604
commit 78c0b9c166
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
{%- elsif genre.name -%}
{%- assign pageTitle = 'Music / ' | append: genre.name | append: ' / ' | append: globals.site_name -%}
{%- elsif book.title -%}
{%- assign pageTitle = 'Books / ' | append: book.title | append: ' by ' | append: book.author | append: ' / ' | append: globals.site_name -%}
{%- assign pageTitle = 'Books / ' | append: book.title | append: ' / ' | append: globals.site_name -%}
{%- elsif year.value -%}
{%- assign pageTitle = ' / Books ' | prepend: year.value | append: ' / ' | append: globals.site_name -%}
{%- elsif movie.title -%}