diff --git a/assets/404.html b/assets/404.html index af89d6d1a..cb129c06a 100644 --- a/assets/404.html +++ b/assets/404.html @@ -2,13 +2,8 @@ layout: page title: "404: Page not found" permalink: /404.html - -redirect_from: - - /norobots/ - - /assets/ - - /posts/ --- {% include lang.html %} -

{{ site.data.locales[lang].not_found.statement }}

+

{{ site.data.locales[lang].not_found.statement }}

\ No newline at end of file diff --git a/jekyll-theme-chirpy.gemspec b/jekyll-theme-chirpy.gemspec index e3ad5d675..969e4d089 100644 --- a/jekyll-theme-chirpy.gemspec +++ b/jekyll-theme-chirpy.gemspec @@ -27,7 +27,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll", "~> 4.3" 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-archives", "~> 2.2" spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"