Skip to content

Commit

Permalink
Language matters
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Oct 21, 2015
1 parent 0c1c59b commit c547f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/tags.py
Expand Up @@ -399,7 +399,7 @@ def tag_index_path(self, name, lang):
link://tag_index => /tags/index.html
"""
if self.site.config['TAGS_INDEX_PATH']:
if self.site.config['TAGS_INDEX_PATH'][lang]:
paths = [_f for _f in [self.site.config['TRANSLATIONS'][lang],
self.site.config['TAGS_INDEX_PATH'][lang]] if _f]
else:
Expand Down

0 comments on commit c547f88

Please sign in to comment.