We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142f6c8 commit 82eba5dCopy full SHA for 82eba5d
src/verso-tutorial/VersoTutorial.lean
@@ -467,7 +467,7 @@ def toSite (tuts : Tutorials) : EmitM Blog.Site := do
467
let some m := tut.metadata
468
| return none
469
return some {
470
- term := #[.link (← tut.title.mapM inlineToPage) s!"./{m.slug}"],
+ term := #[.link (← tut.title.mapM inlineToPage) s!"./{m.slug}/"],
471
desc := tut.metadata.map (.para #[.text <| ·.summary]) |>.toArray
472
}
473
return { t with
0 commit comments