mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 10:33:34 +03:00
Integration of the comment system
This commit is contained in:
parent
4adacbf728
commit
9c26bbb254
@ -23,6 +23,23 @@ layout: default
|
||||
|
||||
</div>
|
||||
|
||||
{% if page.comments %}
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript" defer>
|
||||
var disqus_config = function () {
|
||||
this.page.url = '{{ page.url | absolute_url }}';
|
||||
this.page.identifier = '{{ page.url | absolute_url }}';
|
||||
};
|
||||
|
||||
(function() {
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = 'https://valentineus-link.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
<div class="pagination">
|
||||
{% if page.next.url %}
|
||||
<a href="{{ page.next.url | prepend: site.baseurl }}" class="left arrow">←</a>
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: post
|
||||
comments: true
|
||||
title: "Example Content"
|
||||
author: "Valentin Popov"
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user