Skip to content

Commit e415410

Browse files
committed
attempt reddit fix
1 parent 4a9819d commit e415410

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_layouts/default.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<meta name="twitter:card" content="summary_large_image">
2121
<meta property="twitter:domain" content="godotengine.org">
2222
<meta property="twitter:url" content="https://godotengine.org{{ page.url }}">
23+
{% if page.image %}
24+
<!-- Embed fix -->
25+
<link rel="preload" as="image" href="{{ site.url }}{{ page.image }}">
26+
{% endif %}
2327

2428
{% if page.title[current_lang] or page.title %}
2529
{% if page.title[current_lang] %}

0 commit comments

Comments
 (0)