Skip to content

Commit

Permalink
Remove (old) pixel reference in noscript case
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Mar 7, 2024
1 parent f4af5e4 commit e6b2def
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ const { title, className } = Astro.props;
>
<!-- End Meta Pixel Code -->

<noscript
><img
height="1"
width="1"
style="display:none"
src="https://www.facebook.com/tr?id=413627767791269&ev=PageView&noscript=1"
/></noscript
>

<!-- basic meta -->
<meta charset="UTF-8" />
<meta
Expand Down

0 comments on commit e6b2def

Please sign in to comment.