about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-01-06 20:39:05 +0100
committerAlan Pearce2020-01-06 20:39:05 +0100
commit311e7f3065ecb3936b04d306ed6ab6527f62cdb8 (patch)
tree7c950ea19abc970f2094c38f4a6cb20d791346cc
parent773e2d43f339e9216d7d71d0a21f38f1e36c3f44 (diff)
downloadhugo-xmin-311e7f3065ecb3936b04d306ed6ab6527f62cdb8.tar.lz
hugo-xmin-311e7f3065ecb3936b04d306ed6ab6527f62cdb8.tar.zst
hugo-xmin-311e7f3065ecb3936b04d306ed6ab6527f62cdb8.zip
Make 404 page less shouty
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 24a9633..2f77920 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,5 +1,5 @@
 {{ define "main" }}
 
-404 NOT FOUND
+404 Not Found
 
 {{- end }}