Skip to content

Commit 3152c57

Browse files
feat: add og images
1 parent e2f40a4 commit 3152c57

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

static/assets/images/og.jpg

139 KB
Loading

views/head.tpl.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@
55
name="viewport"
66
content="width=device-width, initial-scale=1, maximum-scale=1"
77
/>
8-
<meta property="og:title" content="Hackatime - Coding Statistics" />
8+
<meta
9+
property="og:title"
10+
content="Hackatime - Track your coding time in style"
11+
/>
912
<meta property="og:type" content="website" />
13+
<meta property="og:site_name" content="Hackatime" />
1014
<meta
1115
property="og:description"
12-
content="Hackatime is an open-source tool that helps you keep track of the time you have spent coding on different projects in different programming languages and more. Ideal for statistics freaks and anyone else. Developed @hackclub"
16+
content="Hackatime is an open-source tool that helps you keep track of the time you have spent coding on projects. Luxuriate in the graphs. Developed @hackclub"
17+
/>
18+
<meta property="og:image" content="assets/images/og.jpg" />
19+
<meta property="og:url" content="https://waka.hackclub.com" />
20+
21+
<!-- Twitter/X Card Tags -->
22+
<meta name="twitter:card" content="summary_large_image" />
23+
<meta
24+
name="twitter:image"
25+
content="https://waka.hackclub.com/assets/images/og.jpg"
1326
/>
14-
<meta property="og:image" content="assets/images/screenshot.png" />
1527

1628
<meta
1729
name="theme-color"

0 commit comments

Comments
 (0)