mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
branch merge
Conflicts: pelican/generators.py pelican/settings.py
This commit is contained in:
commit
2f915caff2
21 changed files with 184 additions and 54 deletions
|
|
@ -148,6 +148,7 @@ def process_translations(content_list):
|
|||
Also, for each content_list item, it
|
||||
sets attribute 'translations'
|
||||
"""
|
||||
content_list.sort(key=attrgetter('slug'))
|
||||
grouped_by_slugs = groupby(content_list, attrgetter('slug'))
|
||||
index = []
|
||||
translations = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue