Skip to content

Commit c8ab183

Browse files
committed
Add Open Graph logo meta tag
Add an og:logo meta tag in src/layouts/main.astro pointing to the SCI logo (https://web-sci.greensoftware.foundation/assets/sci-logo.svg) so social previews (Open Graph/Facebook) can include the site logo.
1 parent c8543cd commit c8ab183

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/layouts/main.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import "../styles/global.css";
4949

5050
<!-- Open Graph / Facebook -->
5151
<meta property="og:type" content="website" />
52+
<meta property="og:logo" content="https://web-sci.greensoftware.foundation/assets/sci-logo.svg" />
5253
<meta property="og:url" content="https://web-sci.greensoftware.foundation/" />
5354
<meta
5455
property="og:title"

0 commit comments

Comments
 (0)