diff --git a/content/recipe/momo.md b/content/recipe/momo.md index 1654169..ff625f3 100644 --- a/content/recipe/momo.md +++ b/content/recipe/momo.md @@ -1,5 +1,6 @@ +++ title = "Momos" +description = "A tibetan take on unleavened dumplings" [extra] transcription = "mog mog" diff --git a/content/recipe/tomato-soup.md b/content/recipe/tomato-soup.md new file mode 100644 index 0000000..09abb58 --- /dev/null +++ b/content/recipe/tomato-soup.md @@ -0,0 +1,36 @@ ++++ +title = "Roasted tomato soup" +description = "An oven roasted tomato soup with bold flavours" +[extra] +thumbnail = "images/tomato-soup.jpeg" ++++ + +{% ingredients() %} + +- 1kg tomatoes +- 2-3 onions, cut into +- ½ a bulb garlic, crushed +- 75g tomato paste +- 50mL cream +- 20g parmesan +- 20g cheddar, shredded +- a handful of basil +- cayenne pepper +- olive oil +- salt +- pepper +- hot sauce (tabasco) + +{% end %} + +{% recipe() %} + +1. *Preheat the oven to 200°C.* Halve tomatoes and onions and distribute +on a well-oiled baking tray. Coat with olive oil, garlic, and generously +salt and pepper. Bake for 45 minutes. +2. Puree the baked ingredients with tomato paste, parmesan, hot sauce, cream +and half of the basil. +3. Drizzle cream and olive oil, sprinkle with cayenne and cheddar and garnish with basil. +4. Serve with grilled cheese. + +{% end %} diff --git a/static/images/tomato-soup.jpeg b/static/images/tomato-soup.jpeg new file mode 100644 index 0000000..4edcbab Binary files /dev/null and b/static/images/tomato-soup.jpeg differ diff --git a/templates/base.html b/templates/base.html index cb6d9ee..3d2d2af 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,7 +16,7 @@ {% if meta.description -%} {%- endif %} - {% if meta.extra.thumbnail -%}# + {% if meta.extra.thumbnail -%} {%- endif %} diff --git a/templates/section.html b/templates/section.html index 489e8fb..e35ad8d 100644 --- a/templates/section.html +++ b/templates/section.html @@ -10,7 +10,7 @@ {% endblock %} \ No newline at end of file