Riccardo Balbo 3 жил өмнө
parent
commit
c164b432b2
1 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 4 1
      layouts/404.html

+ 4 - 1
layouts/404.html

@@ -2,7 +2,10 @@
 {{ define "main" }} {{ $featured_image := .Param "featured_image"}}
 {{ $featured_image := (trim $featured_image "/") | absURL }}
 <article>
-  <h1>
+  <h1 style="font-size:6rem;text-align:center">
+    404
+  </h1>
+  <h1 style="text-align:center">
     This is not the page you were looking for
   </h1>
 </article>