Improved 404

This commit is contained in:
Elnu 2023-07-24 14:14:15 -07:00
parent dee29d1277
commit 3a7d33203b
3 changed files with 14 additions and 6 deletions

View file

@ -1,11 +1,7 @@
{{- define "title" }}404 Not Found - {{ template "sitetitle" . }}{{- end -}}
{{- define "results" -}}
<div class="center">
<br>
<h1>404 Not Found</h1>
<p>Looks like this page doesn't exist?</p>
</div>
{{- template "404" . }}
{{- end -}}
{{- template "index" . -}}