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

fix/refactor(path): fix subdir error & refactor url concatenation #423

Merged
merged 2 commits into from Jul 2, 2017
Merged

fix/refactor(path): fix subdir error & refactor url concatenation #423

merged 2 commits into from Jul 2, 2017

Commits on Jul 1, 2017

  1. fix/refactor(path): fix subdir error & refactor url concatenation

     - Use "url_for(path)" instead of "config.root + path" (ref: https://hexo.io/docs/helpers.html ).
     - Fix 404 error when site is in a subdirectory.
    Closes #420
    bloodtox3710 committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    bc55f40 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. fix(permission): fix permission error

     - remove unnecessary execution permissions.
    bloodtox3710 committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    8383bfd View commit details
    Browse the repository at this point in the history