From 3067b529742363350ebcc72068230dbdef670915 Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Sun, 20 Mar 2022 18:10:49 -0400 Subject: [PATCH] center h2 on 404 layout --- layouts/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/404.html b/layouts/404.html index cb91de4..180ba9f 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,7 @@ {{ define "main" }}

404

-

This page doesn't exist. Let's go home

+

This page doesn't exist. Let's go home

{{ end }}