Small edits
This commit is contained in:
@@ -106,8 +106,7 @@
|
||||
for an alternative to store-bought cookies.
|
||||
</p>
|
||||
<p>
|
||||
Here is the recipe for very quick, easy, and delicious
|
||||
(sugar-free) cookies.
|
||||
Here is Chris' recipe for very quick, easy, and delicious (sugar-free) cookies.
|
||||
</p>
|
||||
<div class="row flex-spaces tabs">
|
||||
<input id="cki-tab1" type="radio" name="cki-tabs" checked>
|
||||
@@ -120,15 +119,18 @@
|
||||
<ul>
|
||||
<li>100g Unsalted butter</li>
|
||||
<li>240g Plain flour, we use spelt flour instead of wheat flour</li>
|
||||
<li>1 tsp Baking soda</li>
|
||||
<li>1 <strong>tsp</strong> Baking soda</li>
|
||||
<li>A dash of salt</li>
|
||||
<li>100g Greek yoghurt, can be fat-free (at room temperature)</li>
|
||||
<li>120 Brown suger, or for sugar-free use erythritol gold</li>
|
||||
<li>120g Brown suger, or for sugar-free use erythritol gold</li>
|
||||
<li>100g White sugar, or for sugar-free use 10g hermesetas, or the equivalent of your preferred sweetener</li>
|
||||
<li>1 Large egg (at room temperature)</li>
|
||||
<li>1 tsp Vanilla Extract</li>
|
||||
<li>55g Chocolate chips (To keep it sugar-free, I use <a href="https://freeist.co.uk/product/milk-chocolate-75g/?v=79cba1185463" target="_blank">Free'ist</a> chocolate bars cut into pieces)</li>
|
||||
</ul>
|
||||
<div class="alert alert-secondary">
|
||||
Fill them up with your favourite things: Cacao nibs, white chocolate, nuts, dried fruit, etc.
|
||||
</div>
|
||||
</div>
|
||||
<div class="content" id="cki-content2">
|
||||
<h4>Method</h4>
|
||||
@@ -444,9 +446,9 @@
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
let person = window.location.pathname.match(new RegExp('/([a-zA-Z-\s]+)(\.html)?$'))[1];
|
||||
let person = window.location.pathname.match(new RegExp('/([a-zA-Z-\s,]+)(\.html)?$'))[1];
|
||||
|
||||
if (person === 'ali') {
|
||||
if (person === 'Ali') {
|
||||
document.getElementById('things-to-watch').remove();
|
||||
}
|
||||
|
||||
@@ -456,9 +458,6 @@ const message = `Merry Christmas ${person}`;
|
||||
|
||||
document.getElementById('title').innerHTML = message;
|
||||
document.title = message;
|
||||
/*
|
||||
Remove things to watch for Ali
|
||||
*/
|
||||
</script>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user