diff --git a/src/_data/site.json b/src/_data/site.json index 9781e7e..004b770 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -4,5 +4,7 @@ "author": "John Doe", "primaryColor": "#ffdb70", "secondaryColor": "#32816e", - "searchLabel": "Find recipes by name or ingredients" + "searchLabel": "Find recipes by name or ingredients", + "servingsLabel": "servings", + "ingredientsLabel": "Ingredients" } \ No newline at end of file diff --git a/src/_includes/components/taglist.njk b/src/_includes/components/taglist.njk index a0373ef..bae78fe 100644 --- a/src/_includes/components/taglist.njk +++ b/src/_includes/components/taglist.njk @@ -1,9 +1,9 @@