invert sort order for blog entries
This commit is contained in:
parent
7612f74f87
commit
cc83ebd691
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@ def get_blog_ids():
|
||||||
del fnames[0]
|
del fnames[0]
|
||||||
file_list = []
|
file_list = []
|
||||||
os.path.walk(BLOG_DIR, add_files_to_list, file_list)
|
os.path.walk(BLOG_DIR, add_files_to_list, file_list)
|
||||||
|
file_list.sort(reverse = True)
|
||||||
return file_list
|
return file_list
|
||||||
|
|
||||||
@bobo.query('/blog')
|
@bobo.query('/blog')
|
||||||
|
|
Loading…
Reference in a new issue