Skip to content

Commit

Permalink
Prevent 500 error in Statamic v4.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Dec 8, 2023
1 parent 0daf2b5 commit 327de79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/snippets/_seo.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{{ site_name = seo:site_name ?? config:app:name }}
{{ if seo_title }}
{{ seo_title }}
{{ elseif seo:change_page_title | where('collection', {collection}) }}
{{ seo:change_page_title | where('collection', {collection}) }}
{{ elseif seo:change_page_title | where('collection', collection) }}
{{ seo:change_page_title | where('collection', collection) }}
{{ if manipulate_title == 'collection_title' }}
{{ title }} {{ seperator }} {{ collection:title }} {{ seperator }} {{ site_name }}
{{ elseif manipulate_title == 'custom_text' }}
Expand Down

0 comments on commit 327de79

Please sign in to comment.