diff --git a/index.njk b/index.njk index ddfc485..0e2190d 100644 --- a/index.njk +++ b/index.njk @@ -55,15 +55,17 @@ description: Welcome to my website! I write about tech, politics, food, and hobb
  • {{ recipe.data.newest.data.title }}

    - {% if recipe.data.newest.data.description %}

    {{ recipe.data.newest.data.description }}

    {% endif %} - {% if recipe.data.newest.data.amount %} -

    Amount: {{ recipe.data.newest.data.amount }}

    + {% if recipe.data.newest.data.plantBased %} +

    Vegan

    {% endif %} - {% if recipe.data.newest.data.cookingTime %} -

    Cooking Time: {{ recipe.data.newest.data.cookingTime }}

    + {% if recipe.data.newest.data.makes %} +

    Makes: {{ recipe.data.newest.data.makes }}

    + {% endif %} + {% if recipe.data.newest.data.prepTime %} +

    Prep Time: {{ recipe.data.newest.data.prepTime }}

    {% endif %}
  • diff --git a/recipes-index.njk b/recipes-index.njk index 00d3291..7ecec35 100644 --- a/recipes-index.njk +++ b/recipes-index.njk @@ -21,15 +21,17 @@ permalink: /recipes/
  • {{ recipeData.newest.data.title }}

    - {% if recipeData.newest.data.description %}

    {{ recipeData.newest.data.description }}

    {% endif %} - {% if recipeData.newest.data.amount %} -

    Amount: {{ recipeData.newest.data.amount }}

    + {% if recipeData.newest.data.plantBased %} +

    Vegan

    {% endif %} - {% if recipeData.newest.data.cookingTime %} -

    Cooking Time: {{ recipeData.newest.data.cookingTime }}

    + {% if recipeData.newest.data.makes %} +

    Makes: {{ recipeData.newest.data.makes }}

    + {% endif %} + {% if recipeData.newest.data.prepTime %} +

    Prep Time: {{ recipeData.newest.data.prepTime }}

    {% endif %}