Update 404-general.tmpl

Remove gaslighting error message and replace with one that is a wee bit more respectful to the human using the software.
This commit is contained in:
Eli Mellen 2021-12-25 14:03:40 -05:00 committed by GitHub
parent a122e4e98a
commit 27f68ef0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{{define "head"}}<title>Page not found &mdash; {{.SiteName}}</title>{{end}}
{{define "content"}}
<div class="error-page">
<p class="msg">This page is missing.</p>
<p>Are you sure it was ever here?</p>
<p class="msg">Page not found.</p>
</div>
{{end}}