summaryrefslogtreecommitdiff
path: root/assets/disqus.js
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-10-02 19:26:57 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-10-02 19:26:57 +0530
commit15f935da81e17e5f6a9f0cd6d321d96801d3cb4e (patch)
tree4bf30c0d1763612e69e0851d85dc7acdc2f3f198 /assets/disqus.js
parentf53bab83dbdd414389efefe27eb3c4e0d453e41f (diff)
Publish deploy 2020-10-02 19:26
Diffstat (limited to 'assets/disqus.js')
-rw-r--r--assets/disqus.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/disqus.js b/assets/disqus.js
new file mode 100644
index 0000000..0c52381
--- /dev/null
+++ b/assets/disqus.js
@@ -0,0 +1,5 @@
+(function() {
+ var t = document,
+ e = t.createElement("script");
+ e.src = "https://navan-chauhan.disqus.com/embed.js", e.setAttribute("data-timestamp", +new Date), (t.head || t.body).appendChild(e)
+})();