-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfish-pie.html
More file actions
535 lines (473 loc) · 19.3 KB
/
fish-pie.html
File metadata and controls
535 lines (473 loc) · 19.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="this is my answer to create Mum's Fish Pie on a budget. I managed to get 4 pieces of frozen Atlantic wild cod for less than four quid (£4) so that makes it reasonable"
/>
<!-- *********************FACEBOOK START******************** -->
<!-- facebook meta tags to ensure correct image / page is shared START-->
<!-- set the URL that you want Facebook to point to in this tag -->
<meta
property="og:url"
content="https://www.nuttyskitchen.co.uk/fish-pie.html"
/>
<meta property="og:type" content="article" />
<meta property="og:title" content="Mum's Fish Pie" />
<!-- set a very short description of the page in this tag -->
<meta
property="og:description"
content="This is my answer to create Mum's Fish Pie on a budget! Simply delicious"
/>
<!-- set the image that you want Facebook to display in this tag-->
<meta
property="og:image"
content="https://www.nuttyskitchen.co.uk/images/fish-pie/650x366/fish-pie-baked-01.webp"
/>
<!-- facebook meta tags to ensure correct image / page is shared END-->
<!-- *********************FACEBOOK END********************* -->
<title>Mum's Fish Pie | Nutty's Kitchen</title>
<!--set the image that shows in the browser tabs -->
<link rel="icon" href="favicon.svg" />
<!-- tell google to use this page as the canonical page -->
<link
rel="canonical"
href="https://www.nuttyskitchen.co.uk/fish-pie.html"
/>
<link
rel="preload"
href="/fonts/poppins-regular-webfont.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<!-- styles -->
<link rel="stylesheet" href="./styles/tabs-nav.css" />
</head>
<body>
<a href="#content" class="skip-link">Skip to Main Content</a>
<nav class="nav-main" aria-label="main navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/recipe-links.html">Index</a></li>
<li>
<a
href="https://recipes.nuttyskitchen.co.uk/recipes"
class="recipe-page-link"
data-fallback="https://www.nuttyskitchen.co.uk/recipepage.html"
data-test-image="https://recipes.nuttyskitchen.co.uk/images/icons/blank.svg"
>
Recipes
</a>
</li>
<li><a href="/contact-form.html">Contact</a></li>
</ul>
</nav>
<!-- RECIPE PAGE NAVIGATION -->
<div id="nav-container" class="nav-container"></div>
<!-- RECIPE PAGE NAVIGATION -->
<section>
<header class="title">
<div class="title-wrap">
<img
width="60"
height="32"
src="./images/logo-left.svg"
alt="logo left"
title="nuttys kitchen logo left"
/>
<h1>Mum's Fish Pie</h1>
<img
width="60"
height="32"
src="./images/logo-right.svg"
alt="logo right"
title="nuttys kitchen logo right"
/>
</div>
<img
src="./images/nuttys-kitchen-logo.svg"
alt="nuttys kitchen logo"
width="160"
height="40"
title="nuttys kitchen logo"
class="logo-main"
/>
<p>
Okay! So fish is way more expensive to the point of unaffordable these
days. Tiny little bits from a supermarket are not what my mum used.
But I am going to recreate the classic she served in her pub. Using a
few tricks to bulk the fish out. Butter, veg and mashed potatoes. She
literally used softened onions, white sauce, lots of cod — huge
chunks of fish, a basic white sauce and a few peas and parsley. So how
do we do that nowadays without buying a ready meal, which admittedly
are cheaper? But, contain no real fish!! Difficult, Yup ya have no
idea! But this is my answer to create
<strong>Mum's Fish Pie</strong> on a budget. I managed to get 4 pieces
of frozen Atlantic wild cod for less than four quid (£4) so that makes
it reasonable if I can make it serve four.
</p>
<p>
Click the <b>Method</b> tab below to see a step by step guide on how
to make <strong>Mum's Fish Pie</strong> along with some pictures for
reference.
</p>
</header>
<!-- class about-center = set columns -->
<!-- class section-center = set width -->
<div class="about-center section-center">
<article class="about-img">
<img
src="/images/fish-pie/650x366/fish-pie-baked-01.webp"
alt="fish pie baked"
title="Mum's fish pie"
/>
</article>
<article class="about">
<!-- buttons container -->
<div class="btn-container">
<!-- class active = show content -->
<button
title="Click this tab to reveal the ingredients"
class="tab-btn active"
data-id="ingredients"
>
ingredients
</button>
<button
title="Click this tab to read the recipe method and see pictures of how to make this dish"
class="tab-btn"
data-id="method"
>
method
</button>
</div>
<!-- about content -->
<article class="about-content">
<!-- single item -->
<div class="content active" id="ingredients">
<h2>ingredients</h2>
<p>Here's what you need :¬)</p>
<!-- Ingredients List Goes Below Here!!! -->
<ul>
<li>1 white onion very finely diced</li>
<li>2 sticks celery very finely diced</li>
<li>1 white leek very finely diced</li>
<li>2 veg stock cubes</li>
<li>2 handfuls of finely chopped fresh parsley</li>
<li>175g frozen peas & sweetcorn</li>
<li>*50 gram salted butter</li>
<li>50 gram plain flour</li>
<li>1/2 pint milk</li>
<li>
1 x 400g pack of supermarket frozen cod or any white fish you
can afford
</li>
<li>Potatoes to mash for your potato pie</li>
</ul>
<div class="spacer"></div>
<p>*You cannot have too much butter!</p>
<h2>for the mash</h2>
<ul>
<li>850g peeled med' sized potatoes, quartered</li>
<li>1 Tblsp Salt</li>
<li>50g (at least!) salted Butter*</li>
<li>80ml milk</li>
</ul>
<div class="spacer"></div>
<p>* More butter please!</p>
<!-- Ingredients List Goes Above Here!!! -->
</div>
<!-- end of single item -->
<!-- single item -->
<div class="content" id="method">
<h2>method</h2>
<p>
All the veg' needs to be cut to a very fine dice so that you
never really know they're there in the final dish. Now, all we
are after is a rich base sauce and if we make that on the stove
top in a pan, it's going to take ages and ages :-( but, I want
this to be something that you can put together a little more
quickly. So, with that thought, I have my trusty microwave to
hand!
</p>
<p>
One important note here, seasoning is key, so taste everything
as you go. And don't forget to season your fish with a good
pinch of salt and pepper, it's really gonna need it to achieve
that classic taste.
</p>
<p>So, let's get our ingredients ready!</p>
<div class="card_image">
<figcaption>ingredients</figcaption>
<img
src="/images/fish-pie/650x366/ingredients.webp"
alt="ingredients"
title="ingredients for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<!-- Method List Goes Below Here!!! -->
<ol>
<li>Put your potatoes on to boil for the mash*</li>
<li>Let them boil for 20 mins until soft</li>
<li>Mash them so they are buttery & creamy when done</li>
<li>Set aside with a lid on to keep hot</li>
</ol>
<div class="spacer"></div>
<p>*Season the water well with 1 Tblsp salt</p>
<p>Meanwhile, while the potatoes are cooking:-</p>
<p>
To prepare the fish (from frozen) place on baking paper on top
of tin foil and wrap it up to make a parcel so that it steams in
its own juices.
</p>
<ol start="5">
<li>Place fish on foil & paper</li>
<li>Season well with salt & pepper</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>place fish on paper & foil</figcaption>
<img
src="/images/fish-pie/650x366/fish-on-paper.webp"
alt="fish on paper"
title="fish on paper mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="7">
<li>Wrap the fish up into a parcel</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>wrap into a parcel</figcaption>
<img
src="/images/fish-pie/650x366/fish-wrapped-in-foil.webp"
alt="fish wrapped in foil"
title="fish wrapped in foil for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="8">
<li>Place the fish parcel in the oven for 20 - 25 mins*</li>
</ol>
<div class="spacer"></div>
<p>
*Check the packet for exact cooking times. Set the oven to 180c
or whatever it says on the packet. We want the fish to be
part-cooked but completely thawed as we are going to finish it
completely in the oven.
</p>
<ol start="9">
<li>Remove from the oven when done</li>
</ol>
<div class="spacer"></div>
<p>While the fish & potatoes are cooking:-</p>
<ol start="10">
<li>Finely dice the onion, celery & leek</li>
<li>Put them into an oven-proof dish</li>
<li>Add the butter to the dish</li>
<li>Pop into the microwave and zap on full power for 1 min</li>
<li>Give the veg' a good stir</li>
<li>Zap on full power again for 1 min</li>
<li>Stir again & check they are completely softened.</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>zap the veg' for a min' & stir</figcaption>
<img
src="/images/fish-pie/650x366/leeks-softened-01.webp"
alt="leeks softend 01"
title="leeks softend for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<div class="card_image">
<figcaption>zap them for another min'</figcaption>
<img
src="/images/fish-pie/650x366/leeks-softened-02.webp"
alt="leeks softend 02"
title="leeks softend for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="17">
<li>Add flour, another 50g butter & stock cubes</li>
<li>Season well with salt & pepper</li>
<li>Stir well</li>
<li>Add milk, and stir well</li>
<li>Zap for a min' in the microwave</li>
<li>Give everything a stir</li>
<li>Pop back in the microwave for another min'</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>make the base sauce</figcaption>
<img
src="/images/fish-pie/650x366/leeks-in-sauce-01.webp"
alt="leeks in sauce 01"
title="leeks in sauce for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="24">
<li>Check the seasoning & adjust if required</li>
<li>Finely chop the parsley*</li>
</ol>
<div class="spacer"></div>
<p>*Note: You can use the stalks for the sauce too!</p>
<div class="spacer"></div>
<div class="card_image">
<figcaption>chop the parsley</figcaption>
<img
src="/images/fish-pie/650x366/parsely-chopped-01.webp"
alt="parsley chopped 01"
title="parsley chopped for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<div class="card_image">
<figcaption>add parsley</figcaption>
<img
src="/images/fish-pie/650x366/parsley-added-to-sauce.webp"
alt="parsley added to sauce"
title="leeks in sauce for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="26">
<li>Add the parsley & stir well</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>stir well</figcaption>
<img
src="/images/fish-pie/650x366/parsley-sauce.webp"
alt="parsley sauce"
title="parsley sauce for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="27">
<li>Add peas & sweetcorn</li>
<li>Stir well</li>
<li>Pop back in the microwave on full power for a min'</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>add peas & sweetcorn</figcaption>
<img
src="/images/fish-pie/650x366/peas-sweetcorn-in-sauce.webp"
alt="peas sweetcorn in sauce"
title="peas sweetcorn in sauce for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="30">
<li>Remove fish from oven & check it is completely thawed</li>
<li>Break the fish into pieces over the base sauce</li>
<li>Stir in well</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>break the fish up onto the sauce</figcaption>
<img
src="/images/fish-pie/650x366/fish-added-to-sauce.webp"
alt="fish added to sauce"
title="fish added to sauce for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="card_image">
<figcaption>mix the fish into the sauce</figcaption>
<img
src="/images/fish-pie/650x366/fish-pie-mix.webp"
alt="fish pie mix"
title="fish pie mix for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="33">
<li>Starting from the outside of the dish</li>
<li>Add the mashed potatoes to the top of the sauce</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>cover with mash potatoes</figcaption>
<img
src="/images/fish-pie/650x366/potato-topping.webp"
alt="potato topping"
title="potato topping for mum's fish pie"
/>
</div>
<div class="spacer"></div>
<ol start="35">
<li>Smooth it all out nicely* :-)</li>
<li>Pop it in the hot oven for 25 mins until browned & hot</li>
<li>Check the center is piping hot before serving</li>
</ol>
<div class="spacer"></div>
<p>
*Smooth it out, but, use a fork to make pretty patterns with
raised ridges that will brown lovely in the oven.
</p>
<div class="card_image">
<figcaption>mum's fish pie just baked</figcaption>
<img
src="/images/fish-pie/650x366/fish-pie-baked-01.webp"
alt="fish pie baked 01"
title="mum's fish pie baked in the oven"
/>
</div>
<div class="spacer"></div>
<div class="card_image_round">
<figcaption>serve while piping hot</figcaption>
<img
src="/images/fish-pie/650x366/fish-pie-in-dish-01.webp"
alt="fish pie in dish 01"
title="mum's fish pie served in a dish"
/>
</div>
<div class="spacer"></div>
<p>Mum's fish pie, always a family favourite!</p>
<!-- Method List Goes Above Here!!! -->
</div>
<!-- end of single item -->
<section class="related">
<h1>Related recipes</h1>
<ul>
<li>
<a
class="underline"
href="https://www.nuttyskitchen.co.uk/smoked-haddock-bacon-bake.html"
>smoked haddock bacon bake
</a>
</li>
<li>
<a
href="https://www.nuttyskitchen.co.uk/cauli-cheese-smoked-haddock-bake.html"
class="underline"
>cauliflower cheese & smoked haddock bake
</a>
</li>
</ul>
</section>
</article>
</article>
</div>
</section>
<!-- javascript -->
<!-- <script type="module" src="./src/tabs.js"></script> -->
<script src="./src/app.js"></script>
<!-- 100% privacy-first analytics = 100% GDPR compliance & NO Cookies! -->
<script
data-collect-dnt="true"
async
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
</body>
</html>