summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2021-12-24 22:58:16 -0700
committernavanchauhan <navanchauhan@gmail.com>2021-12-24 22:58:16 -0700
commit12700e08fb6aaed778e209b0292590912864688e (patch)
tree8dce40b4d9bcdae740d28e4d18d49df4c1365208
parentad5284e8808c6a462a809b2c2e631967ee7179c6 (diff)
added plausible analytics
-rw-r--r--docs/feed.rss4
-rw-r--r--templates/head_tag.html3
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/feed.rss b/docs/feed.rss
index 2b53f53..d3bacbd 100644
--- a/docs/feed.rss
+++ b/docs/feed.rss
@@ -4,8 +4,8 @@
<title>Navan's Archive</title>
<description>Rare Tips, Tricks and Posts</description>
<link>https://web.navan.dev/</link><language>en</language>
- <lastBuildDate>Sun, 07 Nov 2021 17:42:49 -0000</lastBuildDate>
- <pubDate>Sun, 07 Nov 2021 17:42:49 -0000</pubDate>
+ <lastBuildDate>Fri, 24 Dec 2021 22:57:58 -0000</lastBuildDate>
+ <pubDate>Fri, 24 Dec 2021 22:57:58 -0000</pubDate>
<ttl>250</ttl>
<atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/>
diff --git a/templates/head_tag.html b/templates/head_tag.html
index 586cbf8..498c3e2 100644
--- a/templates/head_tag.html
+++ b/templates/head_tag.html
@@ -16,4 +16,5 @@
<meta name="og:image" content="https://navanchauhan.github.io/images/logo.png" />
<link rel="manifest" href="manifest.json" />
<meta name="google-site-verification" content="LVeSZxz-QskhbEjHxOi7-BM5dDxTg53x2TwrjFxfL0k" />
- <script async src="//gc.zgo.at/count.js" data-goatcounter="https://navanchauhan.goatcounter.com/count"></script> \ No newline at end of file
+ <script async src="//gc.zgo.at/count.js" data-goatcounter="https://navanchauhan.goatcounter.com/count"></script>
+ <script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script>