Fix 404 page to use h1 tag

master
Will Faught 3 years ago
parent a99cc0d350
commit af5961713b

@ -1,3 +1,3 @@
{{ define "main" -}} {{ define "main" -}}
<p class="display-5 fw-bold text-center">Not found</p> <h1 class="display-5 fw-bold text-center">Not found</h1>
{{- end }} {{- end }}

Loading…
Cancel
Save