mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-24 03:00:39 +00:00
Compare commits
No commits in common. "02d190e8f7a8ef6ce2d72d42781500f97a3c4149" and "d70738eea6e5949ccc459030617f6b45692ddfc2" have entirely different histories.
02d190e8f7
...
d70738eea6
2 changed files with 3 additions and 14 deletions
|
@ -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"
|
url: "https://www.rpi4os.com"
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-remote-theme
|
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in a new issue