forked from projects/fipamo
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);
|
render.publishArchive(archive);
|
||||||
}
|
}
|
||||||
|
reindexPages(pages) {
|
||||||
|
//let byDate = _.sortBy(pages, ['created']);
|
||||||
|
}
|
||||||
moveAssets() {
|
moveAssets() {
|
||||||
settings
|
settings
|
||||||
.load(SETTINGS_FILE)
|
.load(SETTINGS_FILE)
|
||||||
|
|
Loading…
Reference in a new issue