We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c06d8f commit a14e0efCopy full SHA for a14e0ef
assets/logo/rust-gamedev-logo-raw.svg
static/social-card.png
53.9 KB
templates/index.html
@@ -23,7 +23,7 @@
23
<link rel="canonical" href="{{ get_url(path='/' )}}">
24
{% endblock seo %}
25
26
- <meta property="og:image" content="{{ get_url(path='logo.svg') }}">
+ <meta property="og:image" content="{{ get_url(path='social-card.png') }}">
27
<meta property="og:image:width" content="200">
28
<meta property="og:image:height" content="200">
29
<meta property="og:site_name" content="{{ config.title | default(value="Minima") }}">
0 commit comments