Skip to content

Commit

Permalink
Forgot to replace.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 17, 2016
1 parent 9dd2c9e commit 1b5baa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/task/taxonomies.py
Expand Up @@ -428,8 +428,8 @@ def add(name, classification):
add('next_{0}'.format(taxonomy.classification_name), next_classification)
add('previous_{0}_sibling'.format(taxonomy.classification_name), previous_sibling)
add('next_{0}_sibling'.format(taxonomy.classification_name), next_sibling)
add('previous_{0}_samelevel'.format(taxonomy.classification_name), previous_sibling)
add('next_{0}_samelevel'.format(taxonomy.classification_name), next_sibling)
add('previous_{0}_samelevel'.format(taxonomy.classification_name), previous_samelevel)
add('next_{0}_samelevel'.format(taxonomy.classification_name), next_samelevel)
add('parent_{0}'.format(taxonomy.classification_name), parent)
# Update context and kw
context.update(result)
Expand Down

0 comments on commit 1b5baa8

Please sign in to comment.