From d1f8fb088e92374635dfa41cbbee4db34815ed38 Mon Sep 17 00:00:00 2001 From: Max Value Date: Wed, 14 May 2025 00:33:52 +0100 Subject: [PATCH] Added link to git repo and todo list --- templates/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index b562626..d6ea66b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@

Bread

- Collection of recipes with bakers percentage and example weights. Recipes are stored in TOML format and periodically compiled to this website and the accompanying printouts. Temperatures are listed in celceus and should be assumed to be with fan when refering to baking. + Collection of recipes with bakers percentage and example weights. Recipes are stored in TOML format and periodically compiled to this website and the accompanying printouts. This is done with a tool I built. Temperatures are listed in celceus and should be assumed to be with fan when refering to baking.

In many of these recipes, the salt measurement is a constant 1.5%. This is personal taste and although the presence of salt does affect the formation of the crust (and the taste) salt could be totally removed from all recipes. @@ -30,6 +30,14 @@ {% endfor %} {% endfor %} + +

To-do

+ +

Last compiled at {{ time }}

-- 2.39.2