Skip to content
Snippets Groups Projects
Verified Commit e06612f1 authored by Jake's avatar Jake
Browse files

fixed pages_modified order

parent 081321b9
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ class Generator: ...@@ -33,6 +33,7 @@ class Generator:
if page.lang == lang: if page.lang == lang:
lang_pages.append(page) lang_pages.append(page)
lang_pages.sort() lang_pages.sort()
lang_pages.reverse()
pages_modified[lang] = lang_pages pages_modified[lang] = lang_pages
self.context['pages_modified'] = pages_modified self.context['pages_modified'] = pages_modified
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment