From 3cce7538feb45c25a966559221c0c09ce07b7551 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 13 Apr 2023 20:15:43 -0400 Subject: [PATCH] Fix 404 page layout --- themes/red/layouts/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/red/layouts/404.html b/themes/red/layouts/404.html index a3e2441..bbecdb3 100644 --- a/themes/red/layouts/404.html +++ b/themes/red/layouts/404.html @@ -1,8 +1,8 @@ {{ define "main" }} -

Page not found!

+

Page not found!

{{ with resources.Get "404.webp" }} {{ $alt_text := "Sakura is confused about where the page went, or maybe where you shouldn't go." }} - {{ $alt_text }} + {{ $alt_text }} {{ end }} {{ end }}