summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index a919514..4f1c246 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,4 +1,7 @@
{{ define "main" -}}
-<h1>404: Page not found</h1>
-<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
-{{- end }} \ No newline at end of file
+<h1>Page not found</h1>
+<p class="lead">
+ Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
+ <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.
+</p>
+{{- end }}