diff --git a/src/_includes/layouts/recipe-cook.njk b/src/_includes/layouts/recipe-cook.njk new file mode 100644 index 0000000..c6f3844 --- /dev/null +++ b/src/_includes/layouts/recipe-cook.njk @@ -0,0 +1,111 @@ +{% extends 'layouts/base.njk' %} + +{% block content %} + {% recipeimage image, "c-recipe__header-image", title, "100vw" %} +
{% include "icons/time.svg" %}{{ time }}
+ {% endif %} + {% if not servings == "" %} ++ + + + + + {{ site.servingsLabel }} +
+ {% endif %} ++ {% for stepDetail in step %}{{ stepDetail | safe }}{% endfor %} +
+ {% endfor %} + + {% if source %} + + {% endif %} +