How do I eliminate the page numbers in the footer of the "Contents" pages

My recipe project is progressing very well; the scripting is almost there, but I have one issue I have not found a way to resolve. It has a title page, a blank page, then two pages of outline. I have reset the page numbers to start at one for the first ‘chapter’, but the outline pages have the numbers 3 and 4. I just want them not displayed on those pages, but wherever I put set page(numbering: none) in the template it has no effect.

The whole thing is complex. It uses the packages:

  1. droplet
  2. gentle-clues
  3. hydra
  4. marginalia

with a number of customisations, and the whole is wrapped in the basis of ‘wonderous-book’, and much of the text content comes from included files. As a result, not being an experienced coder, I don’t know how to make an MWE that would exhibit the problem.

I’ve tried to create a read-only link to the project, but just get the alert:

If anyone would be willing to help, if you PM me, I’ll try to send you a link to the project.

Thanks

Mark

Assuming there’s a pagebreak between the outline and the fist chapter anyway, I would just put the outline in its own page, or move the set page that sets the footer to after the outline.

That is the forum trying to render your link, which is not necessary. even if the forum post shows this, others will be able to click the share link. But you can also prevent the preview from triggering by wrapping the link in angle brackets: <https://typst.app/project/...>

In any case, I’d encourage you to add the relevant code to your post, and not rely on people checking out your project. It makes it easier for the people helping you.