Skip to content

Commit fb54e7a

Browse files
authored
Merge pull request academicpages#2645 from tomrannosaurus/patch-1
Fixed non-working "redirect_from"
2 parents 79f5f6f + bae6977 commit fb54e7a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ group :jekyll_plugins do
44
gem 'jekyll'
55
gem 'jekyll-feed'
66
gem 'jekyll-sitemap'
7+
gem 'jekyll-redirect-from'
78
gem 'jemoji'
89
gem 'webrick', '~> 1.8'
910
end

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ plugins:
302302
- jekyll-gist
303303
- jekyll-paginate
304304
- jekyll-sitemap
305+
- jekyll-redirect-from
305306
- jemoji
306307

307308
# Mimic GitHub Pages with --safe
@@ -310,6 +311,7 @@ whitelist:
310311
- jekyll-gist
311312
- jekyll-paginate
312313
- jekyll-sitemap
314+
- jekyll-redirect-from
313315
- jemoji
314316

315317

0 commit comments

Comments
 (0)