We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在Hexo的source目录下加入404.md文件,layout字段须为404,title字段为自定义标题,description字段为自定义描述。 例如:
404.md
layout
404
title
description
--- layout: 404 title: "[404]" description: "May the Force be with you :)" ---