Snapshot
This commit is contained in:
parent
d3e64f0617
commit
6b15aece4d
@ -8,7 +8,7 @@ not yet rated
|
|||||||
<!-- /query -->
|
<!-- /query -->
|
||||||
|
|
||||||
## Recipes
|
## Recipes
|
||||||
<!-- #query page select name rating where name =~ /^Media\/recipes/ render [[templates/recipe]] -->
|
<!-- #query page where name =~ /^Media\/recipes/ render [[templates/recipe]] -->
|
||||||
### [[Media/recipes/French-Bread-Pizza|French-Bread-Pizza]]
|
### [[Media/recipes/French-Bread-Pizza|French-Bread-Pizza]]
|
||||||
not yet rated
|
not yet rated
|
||||||
|
|
||||||
@ -75,6 +75,7 @@ not yet rated
|
|||||||
### [[Media/recipes/Egg-Fried-Rice|Egg-Fried-Rice]]
|
### [[Media/recipes/Egg-Fried-Rice|Egg-Fried-Rice]]
|
||||||
5 Stars
|
5 Stars
|
||||||
|
|
||||||
|
<img src=Media/recipes/images/egg-fried-rice.jpg width=”50%”/>
|
||||||
### [[Media/recipes/Slow-Cooker-Beef-Stew|Slow-Cooker-Beef-Stew]]
|
### [[Media/recipes/Slow-Cooker-Beef-Stew|Slow-Cooker-Beef-Stew]]
|
||||||
not yet rated
|
not yet rated
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
---
|
---
|
||||||
link: https://www.seriouseats.com/recipes/2020/08/perfect-egg-fried-rice.html
|
link: https://www.seriouseats.com/recipes/2020/08/perfect-egg-fried-rice.html
|
||||||
rating: 5
|
rating: 5
|
||||||
|
image: Media/recipes/images/egg-fried-rice.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
# Egg Fried Rice
|
# Egg Fried Rice
|
||||||
|
![Image of egg fried rice](Media/recipes/images/egg-fried-rice.jpg)
|
||||||
|
|
||||||
#asian #dinner #easy
|
#asian #dinner #easy
|
||||||
|
|
||||||
@ -35,4 +37,4 @@ Für rund 3 Personen
|
|||||||
- Nochmal Öl zugeben und dann den Reis anbraten bis er "poppt"
|
- Nochmal Öl zugeben und dann den Reis anbraten bis er "poppt"
|
||||||
- Sojasoße hinzufügen
|
- Sojasoße hinzufügen
|
||||||
- Frühlingszwiebeln kleingeschnibbelt hinzufügen
|
- Frühlingszwiebeln kleingeschnibbelt hinzufügen
|
||||||
- Nach Geschmack Sambal Oelek
|
- Nach Geschmack Sambal Oelek
|
||||||
|
@ -4,3 +4,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
not yet rated
|
not yet rated
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if image}}
|
||||||
|
<img src={{image}} width=”50%”/>
|
||||||
|
{{/if}}
|
Loading…
Reference in New Issue
Block a user