Add isso comments

This commit is contained in:
Philipp Oppermann
2017-06-13 20:34:15 +02:00
parent 1794a94fa9
commit 487e4c18fc

View File

@@ -14,14 +14,22 @@
{% block after_main %} {% block after_main %}
<hr> <hr>
<div class="PageNavigation"> <div class="PageNavigation">
{% if page.previous %}
<a class="prev" href="{{ page.previous.path }}">&laquo; {{ page.previous.title }}</a>
{% endif %}
{% if page.next %}
<a class="next" href="{{ page.next.path }}">{{ page.next.title }} &raquo;</a>
{% endif %}
</div>
<hr>
<script data-isso="//comments.phil-opp.com/fcgi-bin/isso"
src="//comments.phil-opp.com/fcgi-bin/isso/js/embed.min.js"></script>
<section>
<h2>Comments</h2>
<section id="isso-thread"></section>
</section>
{% if page.previous %}
<a class="prev" href="{{ page.previous.path }}">&laquo; {{ page.previous.title }}</a>
{% endif %}
{% if page.next %}
<a class="next" href="{{ page.next.path }}">{{ page.next.title }} &raquo;</a>
{% endif %}
</div>
{% endblock after_main %} {% endblock after_main %}