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
The README instructions to install the plusgin into our jekyll project are:
After the plugin has been installed successfully, add the following lines to your _config.yml in order to tell Jekyll to use the plugin: gems: - jekyll-email-protect
After the plugin has been installed successfully, add the following lines to your _config.yml in order to tell Jekyll to use the plugin:
gems: - jekyll-email-protect
With this config, the filter seems to have no effect at all.
But after trying different things the only way to make the plugin work was to instead put this in the _config.yml:
plugins: - jekyll-email-protect
Maybe since the last update of the plugins, the jekyll config syntax changed ?
The text was updated successfully, but these errors were encountered:
Looks like the name of the setting changed (gems -> plugins) in Jekyll's v3.5. https://jekyllrb.com/docs/plugins/installation/
gems
plugins
Sorry, something went wrong.
No branches or pull requests
The README instructions to install the plusgin into our jekyll project are:
With this config, the filter seems to have no effect at all.
But after trying different things the only way to make the plugin work was to instead put this in the _config.yml:
Maybe since the last update of the plugins, the jekyll config syntax changed ?
The text was updated successfully, but these errors were encountered: