mirror of https://github.com/writeas/writefreely
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
parent
a122e4e98a
commit
27f68ef0cf
@ -1,7 +1,6 @@ |
|||||||
{{define "head"}}<title>Page not found — {{.SiteName}}</title>{{end}} |
{{define "head"}}<title>Page not found — {{.SiteName}}</title>{{end}} |
||||||
{{define "content"}} |
{{define "content"}} |
||||||
<div class="error-page"> |
<div class="error-page"> |
||||||
<p class="msg">This page is missing.</p> |
<p class="msg">Page not found.</p> |
||||||
<p>Are you sure it was ever here?</p> |
|
||||||
</div> |
</div> |
||||||
{{end}} |
{{end}} |
||||||
|
Loading…
Reference in new issue