aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pydis_site/templates/base/base.html2
-rw-r--r--pydis_site/templates/base/footer.html2
-rw-r--r--pydis_site/templates/base/navbar.html2
-rw-r--r--pydis_site/templates/home/index.html2
4 files changed, 0 insertions, 8 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index e1cd0be2..5b124ded 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -31,5 +31,3 @@
</body>
</html>
-
-<!-- vim: set ft=htmldjango: -->
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html
index b14bd82c..ff868160 100644
--- a/pydis_site/templates/base/footer.html
+++ b/pydis_site/templates/base/footer.html
@@ -5,5 +5,3 @@
</p>
</div>
</footer>
-
-<!-- vim: set ft=htmldjango: -->
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index dd4559b0..73e3917a 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -58,5 +58,3 @@ This template is based on the navbar template found here:
</div>
</div>
</nav>
-
-<!-- vim: set ft=htmldjango: -->
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 61b4b03e..3d5f386e 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -69,5 +69,3 @@
{% include "base/footer.html" %}
{% endblock %}
-
-<!-- vim: set ft=htmldjango: -->