We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd6db1 commit c5f3fcbCopy full SHA for c5f3fcb
nikola/nikola.py
@@ -1454,9 +1454,9 @@ def render_shortcode(*args, **kw):
1454
def _register_templated_shortcodes(self):
1455
"""Register shortcodes based on templates.
1456
1457
- This will register a shortcode for any template found in shortcode/
1458
- and a generic "template" shortcode which will consider the content
1459
- in the shortcode as a template in itself.
+ This will register a shortcode for any template found in shortcodes/
+ folders and a generic "template" shortcode which will consider the
+ content in the shortcode as a template in itself.
1460
"""
1461
self.register_shortcode('template', self._template_shortcode_handler)
1462
0 commit comments