修改404页面

This commit is contained in:
luojia65 2021-05-19 22:51:51 +08:00
parent 315e13c2f8
commit fb8f700ba6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
description: "Sorry, Page Not Found :(" description: "页面不存在 :("
--- ---
{% include header.html %} {% include header.html %}
@ -9,7 +9,7 @@ description: "Sorry, Page Not Found :("
<div class="post-wrapper"> <div class="post-wrapper">
<h1>404</h1> <h1>404</h1>
<span class="subheading">{{ page.description }}</span> <span class="subheading">{{ page.description }}</span>
<a href="{{ site.nav.home }}" class="btn">Back to home</a> <a href="{{ site.nav.home }}" class="btn">返回主页</a>
</div> </div>
</header> </header>