您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

12 行
362 B

  1. ---
  2. layout: default
  3. title: Page not found
  4. permalink: /404
  5. nav_exclude: true
  6. search_exclude: true
  7. ---
  8. <h1>Page not found</h1>
  9. <p>The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this <a href="{{ site.url }}{{ site.baseurl }}">site's home page</a>.</p>