Skip to content

Commit a14e0ef

Browse files
committed
Add a dedicated card for social media previews
1 parent 0c06d8f commit a14e0ef

File tree

3 files changed

+74
-8
lines changed

3 files changed

+74
-8
lines changed

Diff for: assets/logo/rust-gamedev-logo-raw.svg

+73-7
Loading

Diff for: static/social-card.png

53.9 KB
Loading

Diff for: templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="canonical" href="{{ get_url(path='/' )}}">
2424
{% endblock seo %}
2525

26-
<meta property="og:image" content="{{ get_url(path='logo.svg') }}">
26+
<meta property="og:image" content="{{ get_url(path='social-card.png') }}">
2727
<meta property="og:image:width" content="200">
2828
<meta property="og:image:height" content="200">
2929
<meta property="og:site_name" content="{{ config.title | default(value="Minima") }}">

0 commit comments

Comments
 (0)