]> OzVa Git service - bread/commitdiff
Added text ident and fixed template missing <p>
authorMax Value <greenwoodw50@gmail.com>
Thu, 29 May 2025 03:29:49 +0000 (04:29 +0100)
committerMax Value <greenwoodw50@gmail.com>
Thu, 29 May 2025 03:29:49 +0000 (04:29 +0100)
index.html
style.css
templates/template.html

index bffb63112f6b23a96a28cf9fef85936b12ace002..5d488354cf6badf21c5be02f80df0546217e6434 100644 (file)
@@ -11,7 +11,7 @@
                <h1>Bread</h1>
                <p><a href="bread.pdf">All recipes [PDF]</a></p>
                <p>
-                       Collection of recipes with <a href="pages/percentage.html">bakers percentage</a> and example weights. Recipes are stored in TOML format and periodically compiled to this website and the accompanying printouts. This is done with a <a href="https://git.ozva.co.uk/?p=bread">tool I built</a>. <a href="pages/temperature.html">Temperatures</a> are listed in celceus and should be assumed to be with fan when refering to baking.
+                       Collection of recipes with <a href="pages/percentage.html">bakers percentage</a> and example weights. Recipes are stored in TOML format and periodically compiled to this website and the accompanying printouts. This is done with a <a href="https://git.ozva.co.uk/?p=bread">tool I built</a>. <a href="pages/temperature.html">Temperatures</a> are listed in Celsius and should be assumed to be with fan when referring to baking.
                </p>
                <p>
                        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 <em>could</em> be totally removed from all recipes.
@@ -43,9 +43,9 @@
                        
                                <li><a href="recipes/straight-white-v4.html">Straight white yeasted v4</a> <em>Regular white yeasted bread.</em></li>
                        
-                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light italian bread with polish.</em></li>
+                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light Italian bread with polish.</em></li>
                        
-                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light italian bread.</em></li>
+                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light Italian bread.</em></li>
                        
                </ul>
                <h3>Keywords</h3>
@@ -69,9 +69,9 @@
                        
                                <li><a href="recipes/straight-white-v4.html">Straight white yeasted v4</a> <em>Regular white yeasted bread.</em></li>
                        
-                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light italian bread with polish.</em></li>
+                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light Italian bread with polish.</em></li>
                        
-                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light italian bread.</em></li>
+                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light Italian bread.</em></li>
                        
                        </ul>
                
@@ -90,9 +90,9 @@
                        
                                <li><a href="recipes/straight-white-v4.html">Straight white yeasted v4</a> <em>Regular white yeasted bread.</em></li>
                        
-                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light italian bread with polish.</em></li>
+                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light Italian bread with polish.</em></li>
                        
-                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light italian bread.</em></li>
+                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light Italian bread.</em></li>
                        
                        </ul>
                
                        
                                <li><a href="recipes/straight-white-v4.html">Straight white yeasted v4</a> <em>Regular white yeasted bread.</em></li>
                        
-                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light italian bread with polish.</em></li>
+                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light Italian bread with polish.</em></li>
                        
-                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light italian bread.</em></li>
+                               <li><a href="recipes/ciabatta.html">Ciabatta</a> <em>Light Italian bread.</em></li>
                        
                        </ul>
                
                        
                                <li><a href="recipes/calvel-polish.html">Polish pre-ferment</a> <em>Recommended polish recipe from 'Taste of Bread'.</em></li>
                        
-                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light italian bread with polish.</em></li>
+                               <li><a href="recipes/ciabatta-polish.html">Ciabatta with pre-ferment</a> <em>Light Italian bread with polish.</em></li>
                        
                        </ul>
                
                        <li>Add rye and other ancient grain breads</li>
                </ul>
 
-               <p>Last compiled at <a href="https://git.ozva.co.uk/?p=bread;a=commit;h=HEAD">2025-05-26 15:24:27.951226</a></p>
+               <p>Last compiled at <a href="https://git.ozva.co.uk/?p=bread;a=commit;h=HEAD">2025-05-29 04:26:00.147055</a></p>
                </main>
        </body>
 </html>
\ No newline at end of file
index 6dd2caf6c08ad5639a374945860ea047cd30f4e1..66700c0f5c9e22adf40ecc22629ddf5a517f2ee8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -15,3 +15,7 @@ th {
 img {
        width: 100%;
 }
+
+p + p {
+       text-indent: 1.5em;
+}
index dc7a5fd0fca6a118d0e205ec8328f3c91849f359..064336a5aad220ac5efc775a0a2341acf82e736a 100644 (file)
@@ -14,7 +14,9 @@
                <p>{{ recipe.information.description }}</p>
 
                <h2>Notes</h2>
-               {{ recipe.information.notes|replace("\n", "<br>") }}
+               <p>
+               {{ recipe.information.notes|replace("\n", "</p><p>") }}
+               </p>
 
                <h2>Ingredients</h2>
                <table>