Compare commits

..

No commits in common. "02d190e8f7a8ef6ce2d72d42781500f97a3c4149" and "d70738eea6e5949ccc459030617f6b45692ddfc2" have entirely different histories.

2 changed files with 3 additions and 14 deletions

View file

@ -1,5 +1,5 @@
remote_theme: pages-themes/cayman@v0.2.0
remote_theme: babbleberry/cayman-ga4
google_analytics: G-YL02TRV3C8
url: "https://www.rpi4os.com"
plugins:
- jekyll-remote-theme
- jekyll-sitemap

View file

@ -1,11 +0,0 @@
<!-- Setup Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YL02TRV3C8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YL02TRV3C8');
</script>