0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00

Commenting system

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-04-23 00:54:54 +04:00
parent 48b51b6876
commit c8a5749a19
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -1,3 +1,4 @@
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript" defer>
var disqus_config = function () {
@ -5,6 +6,7 @@
this.page.title = '{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}';
this.page.url = '{{ page.url | absolute_url | uri_escape }}';
};
(function () {
var d = document,
s = d.createElement('script');
@ -13,3 +15,4 @@
(d.head || d.body).appendChild(s);
})();
</script>
</div>