add a TOC, more nutrition info stuff, update some styles and templates

This commit is contained in:
Joshua Seigler 2025-06-19 15:54:29 -04:00
parent 863ed9c128
commit a29ee38e0e
18 changed files with 534 additions and 86 deletions

View file

@ -1,4 +1,6 @@
export default {
layout: "base.njk",
layout: "post.njk",
tags: ["recipes"],
omitMetadata: true,
omitTOC: true,
};