Skip to content

Commit d155e9e

Browse files
committed
add open graph
1 parent 5499c30 commit d155e9e

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,25 @@
77
<meta name="theme-color" content="#000000" />
88
<meta name="mobile-web-app-capable" content="yes">
99
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
10+
1011
<title>YVML Map</title>
1112

13+
14+
<!-- Open Graph Tags -->
15+
<meta property="og:title" content="YVML Interactive Map" />
16+
<meta property="og:description" content="An interactive map for the YVML site" />
17+
<meta property="og:image" content="https://gh.yvml.org/map/images/open-graph/open-graph-4.jpg" />
18+
<meta property="og:url" content="https://gh.yvml.org/map" />
19+
<meta property="og:type" content="website" />
20+
<meta property="og:site_name" content="YVML" />
21+
22+
23+
<!-- Twitter tags -->
24+
<meta name="twitter:card" content="summary_large_image" />
25+
<meta name="twitter:title" content="YVML Interactive Map" />
26+
<meta name="twitter:description" content="An interactive map for the YVML site" />
27+
<meta name="twitter:image" content="https://gh.yvml.org/map/images/open-graph/open-graph-4.jpg" />
28+
1229
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
1330
</head>
1431

259 KB
Loading
209 KB
Loading
406 KB
Loading

0 commit comments

Comments
 (0)