Skip to content

Commit

Permalink
fix <head> links
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 20, 2024
1 parent 048c169 commit c357d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const { title, drawerIsOpen } = Astro.props;
<meta charset="UTF-8" />
<meta name="description" content="The Annotated Research Context is a framework for organizing and documenting research data." />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/arc-website/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{"ARC | " + title}</title>
<link rel="sitemap" href="/arc-website/sitemap-index.xml" />
<link rel="sitemap" href="/sitemap-index.xml" />
</head>
<body>
<div class="flex flex-col min-h-screen">
Expand Down

0 comments on commit c357d5e

Please sign in to comment.