mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Archive comments of first edition (#504)
This commit is contained in:
committed by
GitHub
parent
517e39f34a
commit
5aaee100c8
@@ -1,5 +1,7 @@
|
||||
{% extends "first-edition/base.html" %}
|
||||
|
||||
{% import "first-edition/comments.html" as comments %}
|
||||
|
||||
{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %}
|
||||
|
||||
{% block main %}
|
||||
@@ -41,11 +43,9 @@
|
||||
</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>
|
||||
<h2>Comments (Archived)</h2>
|
||||
<section id="isso-thread">{{ comments::comment(page=page) }}</section>
|
||||
</section>
|
||||
|
||||
{% endblock after_main %}
|
||||
|
||||
Reference in New Issue
Block a user