Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update index.html for 2025 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;https://gocon.jp/2024" />
<meta property="og:site_name" content="Go Conference 2024" />
<meta property="og:title" content="Go Conference 2024" />
<meta http-equiv="refresh" content="0;https://gocon.jp/2025" />
<meta property="og:site_name" content="Go Conference 2025" />
<meta property="og:title" content="Go Conference 2025" />
<meta property="og:description" content="Go Conference is a conference for Go programming language users." />
<meta property="og:url" content="https://gocon.jp/2024" />
<meta property="og:image" content="https://gocon.jp/2024/og_image_lg.png" />
<meta property="og:url" content="https://gocon.jp/2025" />
<!-- <meta property="og:image" content="https://gocon.jp/2025/og_image_lg.png" /> -->
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://gocon.jp/2024" />
<meta property="twitter:title" content="Go Conference 2024" />
<meta property="twitter:url" content="https://gocon.jp/2025" />
<meta property="twitter:title" content="Go Conference 2025" />
<meta property="twitter:description" content="Go Conference is a conference for Go programming language users." />
<meta property="twitter:image" content="https://gocon.jp/2024/og_image_md.png" />
<title>Go Conference 2024</title>
<!-- <meta property="twitter:image" content="https://gocon.jp/2025/og_image_md.png" /> -->
<title>Go Conference 2025</title>
</head>
<body></body>
</html>