diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid index 57154ac0..08bd18b5 100644 --- a/src/_includes/base.liquid +++ b/src/_includes/base.liquid @@ -63,7 +63,7 @@ "@id": "{{ meta.url }}#website" }, "@id": "{{ fullUrl }}", - "headline": "{%- if title %}{{ title }} • {% endif -%}{{ meta.siteName }}", + "headline": "{%- if title %}{{ title }}{% else %}{{ meta.siteName }}{% endif -%}", "description": "{% if description %}{{ description }}{% else %}{{ meta.siteDescription }}{% endif %}", "image": "{% if image %}{{ image }}{% else %}{{ meta.meta_data.opengraph_default }}{% endif %}", "inLanguage": "{{ meta.locale }}",