Skip to content

Commit a5b2e72

Browse files
author
Damien Le Bourdonnec
committed
✨ Add .obsidian to .gitignore and update index.html to include Google Analytics
1 parent d5279fb commit a5b2e72

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.obsidian

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
subMaxLevel: 2,
2323
}
2424
</script>
25+
</body>
26+
27+
<footer>
2528
<!-- Docsify v4 -->
2629
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
2730
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
@@ -33,6 +36,15 @@
3336
<script src="https://unpkg.com/docsify-copy-code"></script>
3437
<script src="https://cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
3538
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script>
36-
</body>
39+
<!-- Google Analytics -->
40+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TGLCCVZB2C"></script>
41+
<script>
42+
window.dataLayer = window.dataLayer || [];
43+
function gtag(){dataLayer.push(arguments);}
44+
gtag('js', new Date());
45+
46+
gtag('config', 'G-TGLCCVZB2C');
47+
</script>
48+
</footer>
3749

3850
</html>

0 commit comments

Comments
 (0)