mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-26 09:58:47 +03:00
Commenting system
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<div class="comments">
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript" defer>
|
<script type="text/javascript" defer>
|
||||||
var disqus_config = function () {
|
var disqus_config = function () {
|
||||||
@@ -5,6 +6,7 @@
|
|||||||
this.page.title = '{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}';
|
this.page.title = '{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}';
|
||||||
this.page.url = '{{ page.url | absolute_url | uri_escape }}';
|
this.page.url = '{{ page.url | absolute_url | uri_escape }}';
|
||||||
};
|
};
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
var d = document,
|
var d = document,
|
||||||
s = d.createElement('script');
|
s = d.createElement('script');
|
||||||
@@ -13,3 +15,4 @@
|
|||||||
(d.head || d.body).appendChild(s);
|
(d.head || d.body).appendChild(s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
</div>
|
||||||
|
Reference in New Issue
Block a user