diff --git a/src/components/home.component.pug b/src/components/home.component.pug index 623cc48..b6324b9 100644 --- a/src/components/home.component.pug +++ b/src/components/home.component.pug @@ -141,3 +141,11 @@ li Simultaneous #[strong multi-pane input] li Optional PuTTY style #[strong right-click paste] and #[strong copy on select] li macOS vibrancy and Win 10 fluent background support + + +script(async, src="https://www.googletagmanager.com/gtag/js?id=UA-3278102-18") +script. + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'UA-3278102-18');