diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-02 14:06:59 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-02 14:06:59 +0530 |
commit | dde266a520b03a991e49cac94509b58e7b10e7f2 (patch) | |
tree | 1cd8d990b7b56fc1e6bac533a8b7bd3228b0d5ee /assets/disqus 4.js | |
parent | 30d15372300c4fc0e6e519b0fc528cba8b287fd9 (diff) |
Publish deploy 2020-03-02 14:06
Diffstat (limited to 'assets/disqus 4.js')
-rw-r--r-- | assets/disqus 4.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/disqus 4.js b/assets/disqus 4.js new file mode 100644 index 0000000..0c52381 --- /dev/null +++ b/assets/disqus 4.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) +})(); |