diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-10-02 19:25:50 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-10-02 19:25:50 +0530 |
commit | f53bab83dbdd414389efefe27eb3c4e0d453e41f (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /assets/disqus.js | |
parent | 5a0942d721c8afb823042f9a7d96c28a1762a6af (diff) |
cleaned up website repository
Diffstat (limited to 'assets/disqus.js')
-rw-r--r-- | assets/disqus.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/disqus.js b/assets/disqus.js deleted file mode 100644 index 0c52381..0000000 --- a/assets/disqus.js +++ /dev/null @@ -1,5 +0,0 @@ -(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) -})(); |