added basic reindexing method for dates to Utils
This commit is contained in:
parent
45e2a7f891
commit
2bdaf70088
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ export default class Utils {
|
|||
}
|
||||
render.publishArchive(archive);
|
||||
}
|
||||
reindexPages(pages) {
|
||||
//let byDate = _.sortBy(pages, ['created']);
|
||||
}
|
||||
moveAssets() {
|
||||
settings
|
||||
.load(SETTINGS_FILE)
|
||||
|
|
Loading…
Reference in a new issue