Skip to content

Commit

Permalink
fixed #525
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 10, 2023
1 parent 91d2365 commit 9815167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
- `mdx` and `remark` plugins: improved types.
- Lume needs Deno >= 1.38.
- Type of `Lume.Data.results`.
- Improved log messages of empty and ondemand pages.
- Improved log messages of empty and ondemand pages [#525].

## [2.0.0] - 2023-12-08
### Added
Expand Down Expand Up @@ -180,6 +180,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
[#520]: https://github.com/lumeland/lume/issues/520
[#521]: https://github.com/lumeland/lume/issues/521
[#523]: https://github.com/lumeland/lume/issues/523
[#525]: https://github.com/lumeland/lume/issues/525

[2.0.1]: https://github.com/lumeland/lume/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/lumeland/lume/releases/tag/v2.0.0
2 changes: 2 additions & 0 deletions core/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ export default class Site {
);
return false;
}

return true;
}),
);

Expand Down

0 comments on commit 9815167

Please sign in to comment.