From 483c710595feb69b574a4ae24d94fb14a50dfac6 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Mon, 5 Oct 2020 16:44:39 +0300 Subject: Remove last modified field from article --- pydis_site/templates/content/article.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/content/article.html b/pydis_site/templates/content/article.html index f4282df2..c340cdf6 100644 --- a/pydis_site/templates/content/article.html +++ b/pydis_site/templates/content/article.html @@ -36,9 +36,6 @@
{{ article.article|safe }} -

- Last modified: {{ last_modified }}
-

{% if relevant_links|length > 0 %} -- cgit v1.2.3