Merge pull request #1 from eli-oat/eli-oat-remove-cheeky-404-message
Update 404-general.tmpl
This commit is contained in:
commit
b190a1508b
|
@ -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