diff options
| author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 | 
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 | 
| commit | b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c (patch) | |
| tree | 18400bd0ad74d12230695b754662d8a3a811f23d /templates/base.html | |
| parent | e168a7ba551f035c357efa92a3b1079277486e55 (diff) | |
| download | website-b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c.tar.gz | |
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 | 
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> |