mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-20 15:10:14 +00:00
new theme
This commit is contained in:
12
layouts/partials/custom/head-end.html
Normal file
12
layouts/partials/custom/head-end.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WCJMDEZ618"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-WCJMDEZ618');
|
||||
</script>
|
||||
|
||||
<!-- Image zoom functionality -->
|
||||
<script src="{{ "js/image-zoom.js" | relURL }}" defer></script>
|
||||
Reference in New Issue
Block a user