Skip to content
New issue

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

inform that symlinks are not allowed in safe mode #6670

Merged
merged 2 commits into from Jan 14, 2018

Commits on Jan 4, 2018

  1. inform that symlinks are not allowed in safe mode

    If the file given to `include` / `include_relative` can't be
    found in safe mode it might be because it is a symlink which are
    not allowed in safe mode. We should make the user aware of this.
    
    This closes jekyll#6480.
    Crunch09 committed Jan 4, 2018
    Copy the full SHA
    39aba2c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. make method private

    thanks @ashmaroli
    Crunch09 committed Jan 14, 2018
    Copy the full SHA
    4109464 View commit details
    Browse the repository at this point in the history