Skip to content

Commit fe8bcdc

Browse files
committed
🐛 with analytics
1 parent b33b655 commit fe8bcdc

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-23 Subhajit Sahu
3+
Copyright (c) 2021-25 Subhajit Sahu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ The courses **[Discrete Mathematics and Algorithms (DMA)](https://github.com/iii
8181

8282
[![](https://img.youtube.com/vi/379s_WzePts/maxresdefault.jpg)](https://www.youtube.com/watch?v=379s_WzePts)
8383
[![ORG](https://img.shields.io/badge/org-wolfram77-green?logo=Org)](https://wolfram77.github.io)
84+
![](https://ga-beacon.deno.dev/G-4FTHWYCNMC:Ze0vK3cdTmSz-bzSssU1-Q/iiithf.github.io)

_includes/head-custom.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4FTHWYCNMC"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
gtag('config', 'G-4FTHWYCNMC');
8+
</script>

0 commit comments

Comments
 (0)