1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

chore(deps): remove plugin jekyll-redirect-from

Discussed in #2313
This commit is contained in:
Cotes Chung 2025-05-03 16:14:50 +08:00
parent b48ea68bf7
commit 23d953c313
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 1 additions and 7 deletions

View File

@ -2,13 +2,8 @@
layout: page layout: page
title: "404: Page not found" title: "404: Page not found"
permalink: /404.html permalink: /404.html
redirect_from:
- /norobots/
- /assets/
- /posts/
--- ---
{% include lang.html %} {% include lang.html %}
<p class="lead">{{ site.data.locales[lang].not_found.statement }}</p> <p class="lead">{{ site.data.locales[lang].not_found.statement }}</p>

View File

@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll", "~> 4.3" spec.add_runtime_dependency "jekyll", "~> 4.3"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.8" spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.8"
spec.add_runtime_dependency "jekyll-archives", "~> 2.2" spec.add_runtime_dependency "jekyll-archives", "~> 2.2"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4" spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"