Skip to content

Commit

Permalink
Remove outdated index argument from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Apr 30, 2024
1 parent 97adfd6 commit 1281980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import wobsite.(Site, Page)
class async Main {
fn async main {
Site.build fn (site) {
site.page('/index.md', index: false) fn {
site.page('/index.md') fn {
recover fn (_, page: Page) { Result.Ok(page.to_html([])) }
}
}
Expand Down

0 comments on commit 1281980

Please sign in to comment.