Skip to content

Commit 7a6a4f5

Browse files
Merge pull request #12 from GoCon/revert-11-revert-10-feat/2025
Revert "Revert "feat: update `index.html` for 2025""
2 parents 4e7f8a6 + 7567b59 commit 7a6a4f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<meta http-equiv="refresh" content="0;https://gocon.jp/2024" />
6-
<meta property="og:site_name" content="Go Conference 2024" />
7-
<meta property="og:title" content="Go Conference 2024" />
5+
<meta http-equiv="refresh" content="0;https://gocon.jp/2025" />
6+
<meta property="og:site_name" content="Go Conference 2025" />
7+
<meta property="og:title" content="Go Conference 2025" />
88
<meta property="og:description" content="Go Conference is a conference for Go programming language users." />
9-
<meta property="og:url" content="https://gocon.jp/2024" />
10-
<meta property="og:image" content="https://gocon.jp/2024/og_image_lg.png" />
9+
<meta property="og:url" content="https://gocon.jp/2025" />
10+
<!-- <meta property="og:image" content="https://gocon.jp/2025/og_image_lg.png" /> -->
1111
<meta property="og:type" content="website" />
1212
<meta property="twitter:card" content="summary" />
13-
<meta property="twitter:url" content="https://gocon.jp/2024" />
14-
<meta property="twitter:title" content="Go Conference 2024" />
13+
<meta property="twitter:url" content="https://gocon.jp/2025" />
14+
<meta property="twitter:title" content="Go Conference 2025" />
1515
<meta property="twitter:description" content="Go Conference is a conference for Go programming language users." />
16-
<meta property="twitter:image" content="https://gocon.jp/2024/og_image_md.png" />
17-
<title>Go Conference 2024</title>
16+
<!-- <meta property="twitter:image" content="https://gocon.jp/2025/og_image_md.png" /> -->
17+
<title>Go Conference 2025</title>
1818
</head>
1919
<body></body>
2020
</html>

0 commit comments

Comments
 (0)