normaler Waffelteig
This commit is contained in:
parent
e82e8ca62d
commit
1a40fd15b8
4 changed files with 31 additions and 10 deletions
|
@ -7,3 +7,24 @@ link: /feed_rezepte.xml
|
||||||
abo: Abonniere alle Projekte als XML Feed
|
abo: Abonniere alle Projekte als XML Feed
|
||||||
---
|
---
|
||||||
description: Jede Waffel ist einzigartig
|
description: Jede Waffel ist einzigartig
|
||||||
|
---
|
||||||
|
begruessung:
|
||||||
|
|
||||||
|
Das normale Waffelrezept ist denkbar einfach und lautet wie folgt:
|
||||||
|
|
||||||
|
<pre><center><code style="max-width: 600px; text-align: left;">
|
||||||
|
1 l Vollei-Eiklar (oder ca. 20 Eier)
|
||||||
|
1 Kg Zucker
|
||||||
|
1,25 Kg Butter (weich/geschmolzen)
|
||||||
|
20-50g Vanillezucker (am besten aus echter Vanille)
|
||||||
|
3 Pck. Backpulver (oder 1-2 EL voll)
|
||||||
|
1,5 Liter frische Vollmilch (keine H-Milch)
|
||||||
|
2 Kg Mehl
|
||||||
|
2 Flaschen Club-Mate oder Flora Power
|
||||||
|
etwas (dunklen) Rum
|
||||||
|
eine prise Salz
|
||||||
|
</code></center></pre>
|
||||||
|
|
||||||
|
Das Rezept ist optimiert auf einen größeren Waffelhunger als von 3 Menschen.<br/>
|
||||||
|
Als "Schüssel" eignet sich hier ein lebensmittelfähiger 10-Liter Eimer perfekt.<br/>
|
||||||
|
Genauere Details zu den verschiedenen Rezeptarten und zur Zubereitung gibt es in den folgenden Rezepten:
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
title: normale Waffel
|
|
||||||
---
|
|
||||||
author: L3D
|
|
||||||
---
|
|
||||||
pub_date: 2019-02-23
|
|
|
@ -11,6 +11,10 @@ type = string
|
||||||
label = Description
|
label = Description
|
||||||
type = text
|
type = text
|
||||||
|
|
||||||
|
[fields.begruessung]
|
||||||
|
label = Begrüßungstext
|
||||||
|
type = markdown
|
||||||
|
|
||||||
[fields.link]
|
[fields.link]
|
||||||
label = RSS Feed
|
label = RSS Feed
|
||||||
type = string
|
type = string
|
||||||
|
|
|
@ -8,13 +8,14 @@
|
||||||
<h2>{{ this.title }}</h2>
|
<h2>{{ this.title }}</h2>
|
||||||
<p>{{ this.description }}</p>
|
<p>{{ this.description }}</p>
|
||||||
</header>
|
</header>
|
||||||
<div class="box alt">
|
<section id="content">
|
||||||
<div class="row uniform">
|
{{ this.begruessung }}
|
||||||
|
</section>
|
||||||
|
<div class="row uniform">
|
||||||
|
<div class="box alt">
|
||||||
{% for child in this.pagination.items %}
|
{% for child in this.pagination.items %}
|
||||||
{{ render_blog_post(child, from_index=true) }}
|
{{ render_blog_post(child, from_index=true) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="major">
|
<footer class="major">
|
||||||
<ul class="actions special">
|
<ul class="actions special">
|
||||||
|
|
Loading…
Reference in a new issue