1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

Important: Fixed sitemap template.

This commit is contained in:
Cotes Chung
2020-01-02 07:26:23 +08:00
parent 3e004d1bf3
commit 6aac3f95fe
3 changed files with 45 additions and 18 deletions

View File

@@ -4,16 +4,15 @@
# MIT License
layout: page
title: "404: Page not found"
permalink: /404.html
redirect_from: # Same as site.blocklist
- /norobots/
- /assets/
- /tabs/
- /categories/
- /tags/
- /posts/
redirect_from: # part of site.sitemap_exclude
- /norobots/
- /assets/
- /tabs/
- /categories/
- /tags/
- /posts/
dynamic_title: true
---