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:
parent
a122e4e98a
commit
27f68ef0cf
|
@ -1,7 +1,6 @@
|
|||
{{define "head"}}<title>Page not found — {{.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…
Reference in New Issue