Fix #2472 #2480
Merged
Fix #2472 #2480
Conversation
nikola/plugins/task/listings.py
Outdated
@@ -54,6 +54,7 @@ def register_output_name(self, input_folder, rel_name, rel_output_name): | |||
def set_site(self, site): | |||
"""Set Nikola site.""" | |||
site.register_path_handler('listing', self.listing_path) | |||
site.register_path_handler('listing-source', self.listing_source_path) |
Kwpolska
Aug 28, 2016
Member
Should be listing_source
with an underscore for consistency.
Should be listing_source
with an underscore for consistency.
ralsina
Aug 28, 2016
Author
Member
makes sense, fixing.
makes sense, fixing.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
This should not land before #2474 right?