Skip to content

Commit 055c6e9

Browse files
authored
Merge pull request #13 from GoCon/feat/2026
update index.html for 2026
2 parents 7a6a4f5 + e4632f2 commit 055c6e9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.html

Lines changed: 9 additions & 9 deletions
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/2025" />
6-
<meta property="og:site_name" content="Go Conference 2025" />
7-
<meta property="og:title" content="Go Conference 2025" />
5+
<meta http-equiv="refresh" content="0;https://gocon.jp/2026" />
6+
<meta property="og:site_name" content="Go Conference 2026" />
7+
<meta property="og:title" content="Go Conference 2026" />
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/2025" />
10-
<!-- <meta property="og:image" content="https://gocon.jp/2025/og_image_lg.png" /> -->
9+
<meta property="og:url" content="https://gocon.jp/2026" />
10+
<!-- <meta property="og:image" content="https://gocon.jp/2026/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/2025" />
14-
<meta property="twitter:title" content="Go Conference 2025" />
13+
<meta property="twitter:url" content="https://gocon.jp/2026" />
14+
<meta property="twitter:title" content="Go Conference 2026" />
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/2025/og_image_md.png" /> -->
17-
<title>Go Conference 2025</title>
16+
<!-- <meta property="twitter:image" content="https://gocon.jp/2026/og_image_md.png" /> -->
17+
<title>Go Conference 2026</title>
1818
</head>
1919
<body></body>
2020
</html>

0 commit comments

Comments
 (0)