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

Supporting Partial File Without File Extension #38

Merged
merged 1 commit into from
Oct 3, 2018
Merged

Supporting Partial File Without File Extension #38

merged 1 commit into from
Oct 3, 2018

Commits on Sep 21, 2018

  1. Supporting Partial File Without File Extension

    Change made to function `_get_partial_ext`:
    From `path = partials_path + '/' + name + '.' + partials_ext` to `path = partials_path + '/' + name + ('.' + partials_ext if partials_ext else '')`.
    jonioni committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c4645f2 View commit details
    Browse the repository at this point in the history