Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
cdf9604f99
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@
|
||||||
"@id": "{{ meta.url }}#website"
|
"@id": "{{ meta.url }}#website"
|
||||||
},
|
},
|
||||||
"@id": "{{ fullUrl }}",
|
"@id": "{{ fullUrl }}",
|
||||||
"headline": "{%- if title %}{{ title }}{% else %}{{ meta.siteName }}{% endif -%}",
|
"headline": "headline": "{%- if title %}{{ title }} • {% endif -%}{{ meta.siteName }}",
|
||||||
|
,
|
||||||
"description": "{% if description %}{{ description }}{% else %}{{ meta.siteDescription }}{% endif %}",
|
"description": "{% if description %}{{ description }}{% else %}{{ meta.siteDescription }}{% endif %}",
|
||||||
"image": "{% if image %}{{ image }}{% else %}{{ meta.meta_data.opengraph_default }}{% endif %}",
|
"image": "{% if image %}{{ image }}{% else %}{{ meta.meta_data.opengraph_default }}{% endif %}",
|
||||||
"inLanguage": "{{ meta.locale }}",
|
"inLanguage": "{{ meta.locale }}",
|
||||||
|
|
Reference in a new issue