Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b5baa8

Browse files
committedDec 17, 2016
Forgot to replace.
1 parent 9dd2c9e commit 1b5baa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nikola/plugins/task/taxonomies.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ def add(name, classification):
428428
add('next_{0}'.format(taxonomy.classification_name), next_classification)
429429
add('previous_{0}_sibling'.format(taxonomy.classification_name), previous_sibling)
430430
add('next_{0}_sibling'.format(taxonomy.classification_name), next_sibling)
431-
add('previous_{0}_samelevel'.format(taxonomy.classification_name), previous_sibling)
432-
add('next_{0}_samelevel'.format(taxonomy.classification_name), next_sibling)
431+
add('previous_{0}_samelevel'.format(taxonomy.classification_name), previous_samelevel)
432+
add('next_{0}_samelevel'.format(taxonomy.classification_name), next_samelevel)
433433
add('parent_{0}'.format(taxonomy.classification_name), parent)
434434
# Update context and kw
435435
context.update(result)

0 commit comments

Comments
 (0)
Please sign in to comment.