Skip to content

Commit a6f8d33

Browse files
committed
サイトネーム実装
1 parent a469f00 commit a6f8d33

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

blog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
property="og:image"
5454
content="https://breadmotion.github.io/WebSite/assets/img/ogp.png"
5555
/>
56+
<meta property="og:site_name" content="PanKUN" />
5657

5758
<meta
5859
name="twitter:card"

contact.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
property="og:image"
5757
content="https://breadmotion.github.io/WebSite/assets/img/ogp.png"
5858
/>
59+
<meta property="og:site_name" content="PanKUN" />
5960

6061
<meta
6162
name="twitter:card"

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
property="og:image"
6767
content="https://breadmotion.github.io/WebSite/assets/img/ogp.png"
6868
/>
69+
<meta property="og:site_name" content="PanKUN" />
6970

7071
<meta
7172
name="twitter:card"

portfolio.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
property="og:image"
5757
content="https://breadmotion.github.io/WebSite/assets/img/ogp.png"
5858
/>
59+
<meta property="og:site_name" content="PanKUN" />
5960

6061
<meta
6162
name="twitter:card"

products.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
property="og:image"
5757
content="https://breadmotion.github.io/WebSite/assets/img/ogp.png"
5858
/>
59+
<meta property="og:site_name" content="PanKUN" />
5960

6061
<meta
6162
name="twitter:card"

tools/build-blog.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function createHtml({
7272
<meta property="og:description" content="${safeDesc}" />
7373
<meta property="og:type" content="blog" />
7474
<meta property="og:image" content="../assets/img/ogp.png" />
75+
<meta property="og:site_name" content="PanKUN" />
7576
7677
<link rel="stylesheet" href="../assets/css/base.css" />
7778
<link rel="stylesheet" href="../assets/css/layout.css" />

tools/build-portfolio.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function createHtml({
8787
<meta property="og:description" content="${safeDesc}" />
8888
<meta property="og:type" content="article" />
8989
<meta property="og:image" content="https://breadmotion.github.io/WebSite/assets/img/ogp.png" />
90+
<meta property="og:site_name" content="PanKUN" />
9091
9192
<link rel="stylesheet" href="../assets/css/base.css" />
9293
<link rel="stylesheet" href="../assets/css/layout.css" />

0 commit comments

Comments
 (0)