mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add isso comments
This commit is contained in:
@@ -14,14 +14,22 @@
|
||||
{% block after_main %}
|
||||
<hr>
|
||||
<div class="PageNavigation">
|
||||
{% if page.previous %}
|
||||
<a class="prev" href="{{ page.previous.path }}">« {{ page.previous.title }}</a>
|
||||
{% endif %}
|
||||
{% if page.next %}
|
||||
<a class="next" href="{{ page.next.path }}">{{ page.next.title }} »</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 }}">« {{ page.previous.title }}</a>
|
||||
{% endif %}
|
||||
{% if page.next %}
|
||||
<a class="next" href="{{ page.next.path }}">{{ page.next.title }} »</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock after_main %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user