diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-05-26 23:58:29 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-05-26 23:58:29 +0530 |
commit | 5b2a67fe247496f3106db956964996f771160fc5 (patch) | |
tree | 7b2c052bdf539f433ed3ab6bd133b6d46c7ff7e5 /Resources/assets/disqus.js | |
parent | b23df7d5c27ecd02d5f2fe1fa75b08f718101a2a (diff) |
added code and content
Diffstat (limited to 'Resources/assets/disqus.js')
-rw-r--r-- | Resources/assets/disqus.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Resources/assets/disqus.js b/Resources/assets/disqus.js new file mode 100644 index 0000000..0c52381 --- /dev/null +++ b/Resources/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) +})(); |