Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
440 B

  1. ---
  2. layout: default
  3. title: 404 - 找不到页面
  4. ---
  5. # 找不到页面
  6. 你访问的资源 <code><script>document.write(window.location.pathname)</script></code> 不存在或者可能已经被永久移除。
  7. 或者看看近期的其他文章?
  8. {% for post in site.posts limit:10 %}
  9. - {{ post.date | date: "%Y/%m/%d" }} - [{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}]({{ post.url }})
  10. {% endfor %}

Powered by TurnKey Linux.