Skip to content

Commit

Permalink
Fixup JS tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Nov 25, 2024
1 parent a199087 commit a1c3694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layout.11ty.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function render(data) {
${ifSet(data.ogType, ogt => `<meta property="og:type" content="${ogt}" />`)}
${ifSet(ogImage, i => `<meta property="og:image" content="${i}" />`)}
${ifSet(excerpt, e => `<meta property="og:description" content="${e}" /><meta name="description" content="${e}" />`)}
<script type="module" src="/js/main.js" />
<script type="module" src="/js/main.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z0CH5J6QX3"></script>
<script>
Expand Down

0 comments on commit a1c3694

Please sign in to comment.