Skip to content

Commit

Permalink
TESTv1
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuersteinium committed Nov 18, 2023
1 parent 1125367 commit ded7472
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import '../styles/global.css'
import Footer from '../components/footer.astro'
import Header from '../components/header.astro'
import '../styles/index.css'
import Umami from '../components/umami.astro'
---

<html lang="en">
Expand All @@ -16,7 +15,7 @@ import Umami from '../components/umami.astro'
<meta name="description" content="Website of Niklas Feuerstein">
<meta name="keywords" content="Niklas Feuerstein, feuerstein.dev, Niklas, Feuerstein">
<title>{pageTitle}</title>
<Umami />
<script async src="https://analytics.eu.umami.is/script.js" data-website-id="22969fd3-9bd0-4da1-896e-11aff73adbd8" data-do-not-track="true"></script>
</head>
<body>
<Header />
Expand Down

0 comments on commit ded7472

Please sign in to comment.