mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Attempt to fix LinkedIn share image
Why do they break this? Who knows 🤷♂️
This commit is contained in:
@@ -13,9 +13,13 @@
|
||||
|
||||
<meta property="og:title" content="{{ page.title | default: 'Godot Engine' }}">
|
||||
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% elsif page.excerpt %}{{ page.excerpt }}{% else %}Free and open source 2D and 3D game engine{% endif %}">
|
||||
<meta property="og:image" content="{{ site.url }}{{ page.image | default: '/assets/share-image.webp' }}">
|
||||
<meta name="image" property="og:image" content="{{ site.url }}{{ page.image | default: '/assets/share-image.webp' }}">
|
||||
<meta property="og:type" content="{{ page.og_type | default: 'website' }}">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="{{ site.url }}{{ page.image | default: '/assets/share-image.webp' }}">
|
||||
{% if page.author %}
|
||||
<meta name="author" content="{{ page.author }}">
|
||||
{% endif %}
|
||||
<title>{{ page.title | default: "Godot Engine" }}</title>
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="Godot News" href="/rss.xml">
|
||||
|
||||
Reference in New Issue
Block a user