🐛 修復子目錄下,404頁面的‘回到首頁’鏈接錯誤的bugs

This commit is contained in:
Jerry
2020-07-18 23:30:37 +08:00
Unverified
parent 54b67987c1
commit 727a2d97d9

View File

@@ -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')