Skip to content

Commit

Permalink
fix typo in page description
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 20, 2024
1 parent 6ed8111 commit da5d03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { title, drawerIsOpen } = Astro.props;
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="The Annotated Research Context is a framework for organizing and documenting research data" />
<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" />
<meta name="generator" content={Astro.generator} />
Expand Down

0 comments on commit da5d03c

Please sign in to comment.