Skip to content

Commit

Permalink
Make post-list and post_list synonymous (Fix #3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed May 9, 2018
1 parent 26c8f2b commit 41567da
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 6,556 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -9,6 +9,7 @@ Features
Bugfixes
--------

* Make post-list and post_list synonimous (Issue #3083)
* Make ``CATEGORY_PAGES_FOLLOW_DESTPATH`` more resilient (Issue #3081)
* Guard against null items in gallery meta files (Issues #3076, #3077)
* Respect ``USE_FILENAME_AS_TITLE`` in galleries with a meta file
Expand Down
1 change: 1 addition & 0 deletions nikola/plugins/compile/rest/post_list.py
Expand Up @@ -46,6 +46,7 @@ def set_site(self, site):
"""Set Nikola site."""
self.site = site
directives.register_directive('post-list', PostListDirective)
directives.register_directive('post_list', PostListDirective)
PostListDirective.site = site
return super(Plugin, self).set_site(site)

Expand Down
13 changes: 0 additions & 13 deletions nikola/plugins/shortcode/emoji.plugin

This file was deleted.

46 changes: 0 additions & 46 deletions nikola/plugins/shortcode/emoji/__init__.py

This file was deleted.

0 comments on commit 41567da

Please sign in to comment.