diff options
author | 2020-10-05 16:44:39 +0300 | |
---|---|---|
committer | 2020-10-05 16:44:39 +0300 | |
commit | 483c710595feb69b574a4ae24d94fb14a50dfac6 (patch) | |
tree | 7db2af3c30aa15de517033f507d8ae1dc62ac8a5 /pydis_site/templates | |
parent | Migrate 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.html | 3 |
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 %} |