mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 10:41:31 +08:00
feat: add google and bing
This commit is contained in:
@ -25,6 +25,33 @@ const socialImageURL = new URL(ogImage ? ogImage : '/social-card.png', Astro.url
|
|||||||
async
|
async
|
||||||
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6184816340945344'
|
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6184816340945344'
|
||||||
crossorigin='anonymous'></script>
|
crossorigin='anonymous'></script>
|
||||||
|
|
||||||
|
<script type='text/javascript'>
|
||||||
|
;(function (c, l, a, r, i, t, y) {
|
||||||
|
c[a] =
|
||||||
|
c[a] ||
|
||||||
|
function () {
|
||||||
|
;(c[a].q = c[a].q || []).push(arguments)
|
||||||
|
}
|
||||||
|
t = l.createElement(r)
|
||||||
|
t.async = 1
|
||||||
|
t.src = 'https://www.clarity.ms/tag/' + i
|
||||||
|
y = l.getElementsByTagName(r)[0]
|
||||||
|
y.parentNode.insertBefore(t, y)
|
||||||
|
})(window, document, 'clarity', 'script', 'kvbyuhu6d2')
|
||||||
|
</script>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src='https://www.googletagmanager.com/gtag/js?id=G-F4KLD4XCDB'></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || []
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments)
|
||||||
|
}
|
||||||
|
gtag('js', new Date())
|
||||||
|
|
||||||
|
gtag('config', 'G-F4KLD4XCDB')
|
||||||
|
</script>
|
||||||
|
|
||||||
<title>{siteTitle}</title>
|
<title>{siteTitle}</title>
|
||||||
|
|
||||||
{/* Icons / Favicon */}
|
{/* Icons / Favicon */}
|
||||||
|
Reference in New Issue
Block a user