Skip to content

Commit 9d2c200

Browse files
committed
fix formatting
1 parent 5ab0292 commit 9d2c200

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

frontend/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@
1515
<!-- Open Graph / Social Media Sharing -->
1616
<meta property="og:type" content="website" />
1717
<meta property="og:title" content="PyAtlas | Explore PyPI Packages" />
18-
<meta property="og:description" content="Explore Python packages on an interactive 2D map" />
18+
<meta
19+
property="og:description"
20+
content="Explore Python packages on an interactive 2D map"
21+
/>
1922
<meta property="og:image" content="https://pyatlas.io/screenshot.png" />
2023

2124
<!-- Twitter Card -->
2225
<meta name="twitter:card" content="summary_large_image" />
2326
<meta name="twitter:title" content="PyAtlas | Explore PyPI Packages" />
24-
<meta name="twitter:description" content="Explore Python packages on an interactive 2D map" />
27+
<meta
28+
name="twitter:description"
29+
content="Explore Python packages on an interactive 2D map"
30+
/>
2531
<meta name="twitter:image" content="https://pyatlas.io/screenshot.png" />
2632
</head>
2733
<body>

0 commit comments

Comments
 (0)