Skip to content

Commit 695600f

Browse files
authored
fix: correct header metadata URLs (#108)
1 parent 3260c07 commit 695600f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/base_template.html.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<meta name="description" content="{{ description }}">
88
<meta name="viewport" content="width=device-width,initial-scale=1">
99
<meta name="theme-color" content="#239dad">
10-
<meta property="og:url" content="{{ 'https://typst-doc-cn.github.io' + route }}">
10+
<meta property="og:url" content="{{ 'https://typst-jp.github.io' + route }}">
1111
<meta property="og:title" content="{{ title }} – Typstドキュメント日本語版">
1212
<meta property="og:site_name" content="Typst">
1313
<meta property="og:description" content="{{ description }}">
1414
<meta property="og:type">
15-
<meta property="og:image" content="https://typst-doc-cn.github.io/assets/social.png">
15+
<meta property="og:image" content="https://typst-jp.github.io/assets/social.png">
1616
<meta property="og:image:width" content="1200">
1717
<meta property="og:image:height" content="630">
1818
<meta name="twitter:site" content="@typstapp">
1919
<meta name="twitter:card" content="summary_large_image">
20-
<link rel="canonical" href="{{ 'https://typst-doc-cn.github.io' + route }}">
20+
<link rel="canonical" href="{{ 'https://typst-jp.github.io' + route }}">
2121
<meta name="twitter:image:alt"
2222
content="The left side of a text editor with colorful cursors, as well as the text &#x27;Compose papers faster, Typst&#x27;">
2323
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon.ico">

0 commit comments

Comments
 (0)