|
@@ -407,7 +407,7 @@ def build(config):
|
|
# to the index using BeautifulSoup
|
|
# to the index using BeautifulSoup
|
|
# update index
|
|
# update index
|
|
print("updating index")
|
|
print("updating index")
|
|
- update_index(_get_last_entries(DB))
|
|
|
|
|
|
+ update_index(_sort_entries(_get_last_entries(DB)))
|
|
|
|
|
|
# update archive
|
|
# update archive
|
|
print("updating archive")
|
|
print("updating archive")
|