From 19f0aef59beda5d3cfc43ee7584e3da8dcbbd5a2 Mon Sep 17 00:00:00 2001 From: Max Value Date: Thu, 29 May 2025 04:29:49 +0100 Subject: [PATCH] Added text ident and fixed template missing

--- index.html | 22 +++++++++++----------- style.css | 4 ++++ templates/template.html | 4 +++- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index bffb631..5d48835 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

Bread

All recipes [PDF]

- 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. + 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 Celsius and should be assumed to be with fan when referring 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. @@ -43,9 +43,9 @@

  • Straight white yeasted v4 Regular white yeasted bread.
  • -
  • Ciabatta with pre-ferment Light italian bread with polish.
  • +
  • Ciabatta with pre-ferment Light Italian bread with polish.
  • -
  • Ciabatta Light italian bread.
  • +
  • Ciabatta Light Italian bread.
  • Keywords

    @@ -69,9 +69,9 @@
  • Straight white yeasted v4 Regular white yeasted bread.
  • -
  • Ciabatta with pre-ferment Light italian bread with polish.
  • +
  • Ciabatta with pre-ferment Light Italian bread with polish.
  • -
  • Ciabatta Light italian bread.
  • +
  • Ciabatta Light Italian bread.
  • @@ -90,9 +90,9 @@
  • Straight white yeasted v4 Regular white yeasted bread.
  • -
  • Ciabatta with pre-ferment Light italian bread with polish.
  • +
  • Ciabatta with pre-ferment Light Italian bread with polish.
  • -
  • Ciabatta Light italian bread.
  • +
  • Ciabatta Light Italian bread.
  • @@ -116,9 +116,9 @@
  • Straight white yeasted v4 Regular white yeasted bread.
  • -
  • Ciabatta with pre-ferment Light italian bread with polish.
  • +
  • Ciabatta with pre-ferment Light Italian bread with polish.
  • -
  • Ciabatta Light italian bread.
  • +
  • Ciabatta Light Italian bread.
  • @@ -131,7 +131,7 @@
  • Polish pre-ferment Recommended polish recipe from 'Taste of Bread'.
  • -
  • Ciabatta with pre-ferment Light italian bread with polish.
  • +
  • Ciabatta with pre-ferment Light Italian bread with polish.
  • @@ -161,7 +161,7 @@
  • Add rye and other ancient grain breads
  • -

    Last compiled at 2025-05-26 15:24:27.951226

    +

    Last compiled at 2025-05-29 04:26:00.147055

    \ No newline at end of file diff --git a/style.css b/style.css index 6dd2caf..66700c0 100644 --- a/style.css +++ b/style.css @@ -15,3 +15,7 @@ th { img { width: 100%; } + +p + p { + text-indent: 1.5em; +} diff --git a/templates/template.html b/templates/template.html index dc7a5fd..064336a 100644 --- a/templates/template.html +++ b/templates/template.html @@ -14,7 +14,9 @@

    {{ recipe.information.description }}

    Notes

    - {{ recipe.information.notes|replace("\n", "
    ") }} +

    + {{ recipe.information.notes|replace("\n", "

    ") }} +

    Ingredients

    -- 2.39.2