Skip to content

Commit 097bfd6

Browse files
Add opengraph required tags
1 parent f5da4ea commit 097bfd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Y Chip Area Visualizer</title>
7-
<meta name="description" content="Visualizer for OSCPU/yosys-sta area reports" />
7+
<meta name="description" content="Visualize Yosys `stat` reports." />
88
<link rel="icon" href="/favicon-96x96.png" sizes="96x96" />
99
<link rel="icon" href="/favicon.svg" />
1010
<link rel="shortcut icon" href="/favicon.ico" />
1111
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
1212
<meta name="theme-color" content="#2196f3" />
13+
<meta property="og:title" content="Y Chip Area Visualizer" />
14+
<meta property="og:type" content="website" />
15+
<meta property="og:url" content="https://csmantle.top/ysyx-chip-area-visualizer/" />
1316
<meta property="og:image" content="/social-banner.svg" />
1417
<meta property="og:image:width" content="1280" />
1518
<meta property="og:image:height" content="640" />

0 commit comments

Comments
 (0)