Remove comments for old status update pages

New status updates are published on rust-osdev.com and there were only very few comments on the old posts, so that it's not worth keeping them.
This commit is contained in:
Philipp Oppermann
2021-01-03 15:04:34 +01:00
parent d56f51a2d3
commit cd7ac05395

View File

@@ -1,7 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{% import "snippets.html" as snippets %}
{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %}
{% block main %} {% block main %}
@@ -29,10 +27,5 @@
<a class="next" href="{{ page.later.path | safe }}">{{ page.later.title }} &raquo;</a> <a class="next" href="{{ page.later.path | safe }}">{{ page.later.title }} &raquo;</a>
{% endif %} {% endif %}
</div> </div>
<hr>
<section>
<h2 id="comments">Comments</h2>
{{ snippets::utterances() }}
</section>
{% endblock after_main %} {% endblock after_main %}