From 9dba81b336aaf3c3e5a43b959ddad7dfbb0bfe1f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 5 Feb 2023 05:25:01 +0400 Subject: [PATCH] 404.pug -> error404.pug. --- web/templates/{404.pug => error404.pug} | 4 ++++ 1 file changed, 4 insertions(+) rename web/templates/{404.pug => error404.pug} (82%) diff --git a/web/templates/404.pug b/web/templates/error404.pug similarity index 82% rename from web/templates/404.pug rename to web/templates/error404.pug index 1000a22..07a4d72 100755 --- a/web/templates/404.pug +++ b/web/templates/error404.pug @@ -1,5 +1,8 @@ extends base.pug +block meta_description + meta(name='description' content='Not Found') + block append head style(type="text/css"). #error { @@ -19,6 +22,7 @@ block nav h1 Oh, you lost? Bad for ya. block content + :go:func NotFound(title string) section#error h1 404 | Page Not Found \ No newline at end of file