Skip to content

Commit

Permalink
feat: adds OG meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-truhlar committed Jul 17, 2024
1 parent ccd93ea commit 4d9a1bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const ogImageUrl = new URL("/SCSW_Logo_white_background.png", siteBaseURL);
<meta property="og:type" content="website" />
<meta property="og:image" content={ogImageUrl.toString()} />
<meta property="og:url" content={Astro.url} />
<meta
property="og:description"
content="A catalogue of software projects developed through the Janelia Open Science Software Initiative (OSSI), as well as other software developed by teams at Janelia Research Campus. "
/>
<title>OSSI@Janelia</title>
<CustomStyles />
<!-- Fathom - beautiful, simple website analytics -->
Expand Down

0 comments on commit 4d9a1bc

Please sign in to comment.