Skip to content

Commit

Permalink
feat(website): Add (some) tags for social media summary cards (#2499)
Browse files Browse the repository at this point in the history
* commit

* Automated code formatting

* Update BaseLayout.astro

* Update BaseLayout.astro

* Automated code formatting

---------

Co-authored-by: Loculus bot <bot@loculus.org>
  • Loading branch information
theosanderson and Loculus bot authored Aug 22, 2024
1 parent 2144375 commit ae3c000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ const lastTimeBannerWasClosed = Astro.cookies.get('lastTimeBannerWasClosed')?.va
<meta name='viewport' content='width=device-width' />
<meta name='generator' content={Astro.generator} />
<meta name='robots' content='noindex, noarchive' />
<meta property='og:url' content={Astro.url} />
<meta property='og:title' content={websiteName + '| ' + title} />
<meta property='twitter:url' content={Astro.url} />
<meta property='twitter:title' content={websiteName + '| ' + title} />
<title>{title}</title>
<Fragment set:html={additionalHeadHTML} />
</head>
Expand Down

0 comments on commit ae3c000

Please sign in to comment.