Browse Source

Update warning message to use weight

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
a83518a29b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/console.rs

+ 1
- 1
src/console.rs View File

@@ -44,7 +44,7 @@ pub fn warn_about_ignored_pages(site: &Site) {

if !ignored_pages.is_empty() {
warn(&format!(
"{} page(s) ignored (missing date or order in a sorted section):",
"{} page(s) ignored (missing date or weight in a sorted section):",
ignored_pages.len()
));
for path in ignored_pages {


Loading…
Cancel
Save