chore: page tweak
This commit is contained in:
parent
693d9cb227
commit
34a3ad2380
1 changed files with 1 additions and 1 deletions
|
@ -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 }}",
|
||||
|
|
Reference in a new issue