From ed30c864f2974a4bab34b7ee835977d1e67da8dd Mon Sep 17 00:00:00 2001 From: "iulianOnofrei (U-lee-aan)" <5748627+revolter@users.noreply.github.com> Date: Thu, 23 May 2024 19:22:08 +0300 Subject: [PATCH] Fix inexistent layout warning for the default 404 page (#9589) Merge pull request 9589 --- lib/site_template/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/404.html b/lib/site_template/404.html index 086a5c9e..3a16ab53 100644 --- a/lib/site_template/404.html +++ b/lib/site_template/404.html @@ -1,6 +1,6 @@ --- permalink: /404.html -layout: default +layout: page ---