Skip to content

Commit 885358a

Browse files
committed
Fix share card image
1 parent 91e5624 commit 885358a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

templates/base.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@
99
<!-- Open Graph -->
1010
<meta property="og:type" content="website" />
1111
<meta property="og:title" content="CodeClash" />
12+
<meta property="og:description" content="CodeClash: Benchmarking Goal-Oriented Software Engineering" />
1213
<meta property="og:url" content="https://codeclash.ai/" />
13-
<meta property="og:image" content="https://codeclash.ai/static/images/misc/share.svg">
14+
<meta property="og:image" content="https://codeclash.ai/static/images/misc/share.png">
1415
<meta property="og:image:width" content="1200" />
1516
<meta property="og:image:height" content="630" />
17+
<meta property="og:image:alt" content="CodeClash - Benchmarking Goal-Oriented Software Engineering" />
1618

1719
<!-- Twitter -->
1820
<meta name="twitter:card" content="summary_large_image" />
1921
<meta name="twitter:title" content="CodeClash" />
2022
<meta name="twitter:description" content="CodeClash: Benchmarking Goal-Oriented Software Engineering" />
21-
<meta name="twitter:image" content="https://codeclash.ai/static/images/misc/share.svg" />
23+
<meta name="twitter:image" content="https://codeclash.ai/static/images/misc/share.png" />
24+
<meta name="twitter:image:alt" content="CodeClash - Benchmarking Goal-Oriented Software Engineering" />
2225

2326
<!-- Google tag (gtag.js) -->
2427
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N8Q0B783CD"></script>

0 commit comments

Comments
 (0)