diff options
-rw-r--r-- | docs/feed.rss | 4 | ||||
-rw-r--r-- | templates/head_tag.html | 3 |
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> |