File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const Home = (postList: { posts: [PostPreview] }) => {
12
12
< meta name = "description" content = "my site" />
13
13
< link rel = "icon" href = "favicon.ico" />
14
14
< link rel = "shortcut icon" href = "favicon.ico" />
15
+ < meta property = "og:type" content = "website" />
15
16
< meta property = "og:title" content = "wrongbyte.github.io" />
16
17
< meta property = "og:description" content = "my random tech stuff" />
17
18
< meta
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const Post = (props: PostModel) => {
20
20
< meta name = "description" content = "my site" />
21
21
< link rel = "icon" href = "favicon.ico" />
22
22
< link rel = "shortcut icon" href = "favicon.ico" />
23
+ < meta property = "og:type" content = "website" />
23
24
< meta property = "og:title" content = { props . title } />
24
25
< meta property = "og:description" content = { props . description } />
25
26
< meta
You can’t perform that action at this time.
0 commit comments