Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/404.html b/layouts/404.html
index a8bb465..d6499a9 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -20,12 +20,7 @@
<p>404 Page Not Found</p>
</div>
<div class="message-body">
- 没找到该页面,请检查 url 或 <a href="/">返回首页</a>
+ <p>{{ i18n "404-info" }}</p>
</div>
</article>
-<style>
- .subtitle a {
- text-decoration: underline;
- }
-</style>
{{ end }}