aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-05 16:44:39 +0300
committerGravatar ks129 <[email protected]>2020-10-05 16:44:39 +0300
commit483c710595feb69b574a4ae24d94fb14a50dfac6 (patch)
tree7db2af3c30aa15de517033f507d8ae1dc62ac8a5 /pydis_site/templates
parentMigrate content system from Python-Markdown to markdown2 (diff)
Remove last modified field from article
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/content/article.html3
1 files changed, 0 insertions, 3 deletions
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 @@
<div class="columns is-variable is-8">
<div class="column is-two-thirds">
{{ article.article|safe }}
- <p class="has-text-weight-light is-size-7">
- <strong>Last modified:</strong> {{ last_modified }}<br/>
- </p>
</div>
<div class="column">
{% if relevant_links|length > 0 %}