Skip to content

Commit

Permalink
58 add zoho page sense to sommer lawn (#67)
Browse files Browse the repository at this point in the history
* Add Zoho PageSense snippet

* try deleting google tag snippet to get page sense working

* Remove zoho page sense to restore salesIQ

* Add Zoho Page Sense asynchronous

* try without google

* try removing salesiq

* Add back salesiq
  • Loading branch information
evanharmon1 authored Dec 20, 2024
1 parent 4f26ff7 commit bd2d76a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/layouts/base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const { frontmatter, schema = 'WebPage' } = Astro.props
<!doctype html>
<html lang='en' itemscope itemtype={`https://schema.org/${schema}`}>
<head>
<!-- Zoho PageSense -->
<script src="https://cdn.pagesense.io/js/dundermifflin/33bf04a325e64834b855093d1cb2432c.js"></script>
<!-- End Zoho PageSense -->
<meta charset='UTF-8' />
<!-- <meta
http-equiv='Content-Security-Policy'
Expand Down Expand Up @@ -71,6 +68,9 @@ const { frontmatter, schema = 'WebPage' } = Astro.props
)
}
<slot name='in-head' />
<!-- Zoho PageSense -->
<script src="https://cdn.pagesense.io/js/dundermifflin/33bf04a325e64834b855093d1cb2432c.js"></script>
<!-- End Zoho PageSense -->
</head>
<body class='dark:bg-gray-900'>
<Header />
Expand All @@ -91,5 +91,8 @@ const { frontmatter, schema = 'WebPage' } = Astro.props
</script>
)
}
<!-- SalesIQ -->
<script>window.$zoho=window.$zoho || {};$zoho.salesiq=$zoho.salesiq||{ready:function(){}}</script><script id="zsiqscript" src="https://salesiq.zohopublic.com/widget?wc=siq16ca5c8f240e51900cd5d494077f441aa8f33eee0df17c5b73009edc7a47bf2f" defer></script>
<!-- End SalesIQ -->
</body>
</html>

0 comments on commit bd2d76a

Please sign in to comment.