Archive comments of first edition (#504)

This commit is contained in:
Philipp Oppermann
2018-12-09 17:31:37 +01:00
committed by GitHub
parent 517e39f34a
commit 5aaee100c8
17 changed files with 4936 additions and 4 deletions

View File

@@ -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 %}