aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-10 15:09:07 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-10 15:09:07 +0100
commit5192dc2d1b2a1e246490f1d112865546369be2aa (patch)
tree2b03c27f173d32cc5904b18bf1ea65c921d691d5 /pydis_site
parentSingle base template, no content in it (diff)
No more vim modelines
Diffstat (limited to 'pydis_site')
-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: -->