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 }}