From cd7ac05395ad77829c8996d7b794f566775fd7e4 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 3 Jan 2021 15:04:34 +0100 Subject: [PATCH] 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. --- blog/templates/status-update-page.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/blog/templates/status-update-page.html b/blog/templates/status-update-page.html index 45741e7d..85934fd5 100644 --- a/blog/templates/status-update-page.html +++ b/blog/templates/status-update-page.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% import "snippets.html" as snippets %} - {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block main %} @@ -29,10 +27,5 @@ {% endif %} -
-
-

Comments

- {{ snippets::utterances() }} -
{% endblock after_main %}