summaryrefslogtreecommitdiff
path: root/docs/assets/disqus.js
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-05-26 23:59:17 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-05-26 23:59:17 +0530
commitdfc509b95ff03d0c9027ee74d31d7b171f867bf1 (patch)
tree4a7bfc10cc0e8c1cf41a0d50d9ec30d5f97d95e5 /docs/assets/disqus.js
parentd8b9e9c58b1ee676b4eaf605d94b38325775d12c (diff)
generated website
Diffstat (limited to 'docs/assets/disqus.js')
-rw-r--r--docs/assets/disqus.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/disqus.js b/docs/assets/disqus.js
new file mode 100644
index 0000000..0c52381
--- /dev/null
+++ b/docs/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)
+})();