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

Conversation

jonioni
Copy link
Contributor

@jonioni jonioni commented Sep 21, 2018

Change made to function _get_partial:
From path = partials_path + '/' + name + '.' + partials_ext to path = partials_path + '/' + name + ('.' + partials_ext if partials_ext else '').

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 '')`.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f2 on jonioni:master into 467ea90 on noahmorrison:master.

4 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f2 on jonioni:master into 467ea90 on noahmorrison:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f2 on jonioni:master into 467ea90 on noahmorrison:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f2 on jonioni:master into 467ea90 on noahmorrison:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f2 on jonioni:master into 467ea90 on noahmorrison:master.

@noahmorrison noahmorrison merged commit c4645f2 into noahmorrison:master Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants