diff options
author | ingirtere@gmail.com <ingirtere@gmail.com> | 2018-12-01 17:05:01 +1100 |
---|---|---|
committer | ingirtere@gmail.com <ingirtere@gmail.com> | 2018-12-01 17:05:01 +1100 |
commit | 83985d6fc6915e5012c8721c67c944bf40f7e871 (patch) | |
tree | 8670609518e20ecf80082da4094e1f4787fa3c88 /Peli-Kiera/templates/disqus_script.html | |
parent | b0d1a0b1facf05805e09c7e7994ca225cd55bcea (diff) | |
download | pelican-themes-83985d6fc6915e5012c8721c67c944bf40f7e871.tar.gz |
Add Peli-Kiera theme
Diffstat (limited to 'Peli-Kiera/templates/disqus_script.html')
-rw-r--r-- | Peli-Kiera/templates/disqus_script.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Peli-Kiera/templates/disqus_script.html b/Peli-Kiera/templates/disqus_script.html new file mode 100644 index 0000000..5aafa17 --- /dev/null +++ b/Peli-Kiera/templates/disqus_script.html @@ -0,0 +1,23 @@ +{% if DISQUS_SITENAME %} + <div class="comments"> + <h2>Comments !</h2> + <div id="disqus_thread"></div> + <script> + var disqus_config = function () { + this.page.url = "{{ SITEURL }}/{{ article.url }}"; + this.page.identifier = "{{ article.slug }}"; + this.page.title = "{{ article.title }}"; + }; + (function () { + var d = document, + s = d.createElement('script'); + s.src = 'https://{{ DISQUS_SITENAME }}.disqus.com/embed.js'; + s.setAttribute('data-timestamp', +new Date()); + (d.head || d.body).appendChild(s); + })(); + </script> + <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments + powered by + Disqus.</a></noscript> + </div> +{% endif %} |