|
@@ -202,7 +202,7 @@ impl Site { |
|
|
for (parent_path, section) in &mut self.sections { |
|
|
for (parent_path, section) in &mut self.sections { |
|
|
// TODO: avoid this clone |
|
|
// TODO: avoid this clone |
|
|
let (sorted_pages, _) = sort_pages(section.pages.clone(), Some(§ion)); |
|
|
let (sorted_pages, _) = sort_pages(section.pages.clone(), Some(§ion)); |
|
|
section.pages = populate_previous_and_next_pages(sorted_pages.as_slice()); |
|
|
|
|
|
|
|
|
section.pages = sorted_pages; |
|
|
|
|
|
|
|
|
match grandparent_paths.get(parent_path) { |
|
|
match grandparent_paths.get(parent_path) { |
|
|
Some(paths) => section.subsections.extend(paths.clone()), |
|
|
Some(paths) => section.subsections.extend(paths.clone()), |
|
|