diff options
author | 2019-04-20 14:56:37 +0100 | |
---|---|---|
committer | 2019-04-20 14:56:37 +0100 | |
commit | 0b6f16c023e587894def1e6e06913466a5af46bb (patch) | |
tree | a4c7df929d9912f15967179d0d2b94bba7ae6a54 /pydis_site/templates/wiki/article.html | |
parent | base.html: Load tags on multiple lines (diff) |
Styling fixes and cleanup
Diffstat (limited to 'pydis_site/templates/wiki/article.html')
-rw-r--r-- | pydis_site/templates/wiki/article.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pydis_site/templates/wiki/article.html b/pydis_site/templates/wiki/article.html index 890e4300..7f2b3af6 100644 --- a/pydis_site/templates/wiki/article.html +++ b/pydis_site/templates/wiki/article.html @@ -22,7 +22,3 @@ </div> </div> {% endblock %} - -{% block wiki_footer_prepend %} - <p style="margin-bottom: 10px;"><em>This article was last modified: {{ article.current_revision.modified }}</em></p> -{% endblock %} |