We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug "redirect_from" is broken in default format. Pages do not redirect.
To Reproduce Steps to reproduce the behavior:
Expected behavior Should redirect to https://academicpages.github.io/cv, but does not
FIX To fix, add jekyll-redirect-from to Gemfile, and - jekyll-redirect-from to _config.yml under 'plugins:' and 'whitelist:' Fix is implimented here: https://github.com/tomrannosaurus/tomrannosaurus.github.io/blob/master/_config.yml https://github.com/tomrannosaurus/tomrannosaurus.github.io/blob/master/Gemfile
The text was updated successfully, but these errors were encountered:
a pull request has been issued that resolves this bug: #2645
Sorry, something went wrong.
Good catch, thanks for the pull request!
No branches or pull requests
Describe the bug
"redirect_from" is broken in default format. Pages do not redirect.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should redirect to https://academicpages.github.io/cv, but does not
FIX
To fix, add jekyll-redirect-from to Gemfile, and - jekyll-redirect-from to _config.yml under 'plugins:' and 'whitelist:'
Fix is implimented here:
https://github.com/tomrannosaurus/tomrannosaurus.github.io/blob/master/_config.yml
https://github.com/tomrannosaurus/tomrannosaurus.github.io/blob/master/Gemfile
The text was updated successfully, but these errors were encountered: