Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
wjleece authored Apr 11, 2024
1 parent df9fadb commit 5a05004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export interface Props {
const {title} = Astro.props;
import '../styles/global.css';
---
// Google Tag Manager
import GoogleTagManagerHead from '../components/GoogleTagManager.astro';

<!doctype html>
<html lang="en">
Expand All @@ -15,6 +17,7 @@ import '../styles/global.css';
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<GoogleTagManager />
</head>
<body>
<slot />
Expand Down

0 comments on commit 5a05004

Please sign in to comment.