Skip to content

Commit 9057689

Browse files
committed
Add share image, analytics
1 parent 5e7a0f8 commit 9057689

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

static/images/misc/share.png

55.6 KB
Loading

templates/base.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="CodeClash: Benchmarking Goal-Oriented Software Engineering" />
7+
<link rel="canonical" href="https://codeclash.ai/" />
8+
9+
<!-- Open Graph -->
10+
<meta property="og:type" content="website" />
11+
<meta property="og:title" content="CodeClash" />
12+
<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:width" content="1200" />
15+
<meta property="og:image:height" content="630" />
16+
17+
<!-- Twitter -->
18+
<meta name="twitter:card" content="summary_large_image" />
19+
<meta name="twitter:title" content="CodeClash" />
20+
<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" />
22+
23+
<!-- Google tag (gtag.js) -->
24+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N8Q0B783CD"></script>
25+
<script>
26+
window.dataLayer = window.dataLayer || [];
27+
function gtag(){dataLayer.push(arguments);}
28+
gtag('js', new Date());
29+
30+
gtag('config', 'G-N8Q0B783CD');
31+
</script>
32+
633
<title>{% block title %}CodeClash{% endblock %}</title>
734
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/main.css') }}">
835
<link rel="icon" type="image/svg" href="{{ url_for('static', filename='images/logos/clash.svg') }}">

0 commit comments

Comments
 (0)