mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Fix og:image tag
This commit is contained in:
@@ -14,7 +14,7 @@ categoryPage = "blog/category"
|
||||
{% elseif this.page.id == 'article' %}
|
||||
{% set post = blogPost.post %}
|
||||
<title>Godot Engine - {{ post.title }}</title>
|
||||
<meta property="og:image" content="https://godotengine.org{{ post.featured_images[0].path }}" />
|
||||
<meta property="og:image" content="{{ post.featured_images[0].path }}" />
|
||||
{% elseif this.page.id == 'showcase' %}
|
||||
<title>Godot Engine - {{ this.page.title }}</title>
|
||||
<meta property="og:image" content="https://godotengine.org/storage/app/uploads/public/576/ff8/07a/thumb_71_400x1_0_0_auto.jpg" />
|
||||
|
||||
Reference in New Issue
Block a user