From 546840e0a4474a2584384c2ee76e541ab02974b3 Mon Sep 17 00:00:00 2001 From: Jerry <16351105+jerryc127@users.noreply.github.com> Date: Sat, 18 Jul 2020 23:33:47 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=BE=A9=E5=AD=90=E7=9B=AE?= =?UTF-8?q?=E9=8C=84=E4=B8=8B=EF=BC=8C404=E9=A0=81=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=9B=9E=E5=88=B0=E9=A6=96=E9=A0=81=E9=8F=88=E6=8E=A5=E9=8C=AF?= =?UTF-8?q?=E8=AA=A4=E7=9A=84bugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/404.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/404.pug b/layout/404.pug index 2de0d72..0e6c394 100644 --- a/layout/404.pug +++ b/layout/404.pug @@ -22,7 +22,7 @@ html(lang=config.language data-theme=theme.display_mode) .error-info h1.error_title= '404' .error_subtitle= theme.error_404.subtitle - a.button--animated(href=url_for(config.root)) + a.button--animated(href=config.root) i.fas.fa-rocket = _p('error404.back_button')