Merge pull request #521 from eli-oat/develop

Update 404 error message
pull/438/head
Matt Baer 1 year ago committed by GitHub
commit b753d41964
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