Skip to content

Commit

Permalink
cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloChecked committed Oct 10, 2024
1 parent 1d9fdf2 commit ece5029
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions blog/components/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,31 @@ export const Base = (props: BaseProps) => html`

function googleTagManagerScript() {
return html`
<!-- iubenda -->
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {
siteId: 3794720,
cookiePolicyId: 82254613,
lang: "en",
storage: { useSiteId: true },
};
</script>
<script
type="text/javascript"
src="https://cs.iubenda.com/autoblocking/3794720.js"
></script>
<script
type="text/javascript"
src="//cdn.iubenda.com/cs/gpp/stub.js"
></script>
<script
type="text/javascript"
src="//cdn.iubenda.com/cs/iubenda_cs.js"
charset="UTF-8"
async
></script>
<!-- Google tag (gtag.js) -->
<script
async
Expand Down

0 comments on commit ece5029

Please sign in to comment.