Skip to content

Commit 13c779c

Browse files
committedDec 12, 2016
More info.
1 parent 429d4cb commit 13c779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/plugins/misc/taxonomies_classifier.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _postprocess_path(self, path, lang, append_index='auto', dest_type='page', p
226226
227227
If `alternative_path` is set to `True`, `utils.adjust_name_for_index_path_list`
228228
is called with `force_addition=True`, resulting in an alternative path for the
229-
first page of an index or Atom feed.
229+
first page of an index or Atom feed by including the page number into the path.
230230
"""
231231
# Forcing extension for Atom feeds and RSS feeds
232232
force_extension = None

1 commit comments

Comments
 (1)

Kwpolska commented on Dec 12, 2016

@Kwpolska
Member

👍

Please sign in to comment.