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.
pull/521/head^2
Eli Mellen 3 years ago committed by GitHub
parent a122e4e98a
commit 27f68ef0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pages/404-general.tmpl

@ -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}}

Loading…
Cancel
Save