summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-14 19:20:21 +0100
committerRomain Gonçalves <me@rgoncalves.se>2021-12-14 19:20:21 +0100
commitb80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c (patch)
tree18400bd0ad74d12230695b754662d8a3a811f23d /templates/base.html
parente168a7ba551f035c357efa92a3b1079277486e55 (diff)
downloadold-website-b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c.tar.gz
website: Bump for archived repositoryHEADtrunk
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index bf52ae1..4dcb601 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,10 +8,10 @@
<link href="/style/style.css" rel="stylesheet" type="text/css">
</head>
<body>
- {% include "header.html" %}
+ {% include "_header.html" %}
{% block content %} {% endblock %}
- {% include "footer.html" %}
+ {% include "_footer.html" %}
</body>
</html>
remember that computers suck.