From b8ea570a8a660d9a7d2d3231030d66adc47ce516 Mon Sep 17 00:00:00 2001 From: Roy Roth Date: Thu, 7 Feb 2019 20:02:14 -0800 Subject: [PATCH 1/2] Adds dropdown menu to scale ingredients --- _layouts/recipe.html | 12 +++- css/bass.css | 11 +++- js/scale_recipes.js | 148 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 169 insertions(+), 2 deletions(-) create mode 100644 js/scale_recipes.js diff --git a/_layouts/recipe.html b/_layouts/recipe.html index 15822c5d9..e7586fee4 100644 --- a/_layouts/recipe.html +++ b/_layouts/recipe.html @@ -45,6 +45,15 @@

Components

{% if page.ingredients %}

Ingredients

+
+ +