summaryrefslogtreecommitdiff
path: root/output/recipes.html
diff options
context:
space:
mode:
Diffstat (limited to 'output/recipes.html')
-rw-r--r--output/recipes.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/output/recipes.html b/output/recipes.html
index 90f57f3..d6ba0a6 100644
--- a/output/recipes.html
+++ b/output/recipes.html
@@ -33,16 +33,22 @@
var links = [];
//recipe names
- names[0] = "<p>Vegan Banana Loaf / Muffins</p>";
- names[1] = "<p>Vegan Maple Bread</p>";
+ names[0] = "<p>Banana Loaf / Muffins</p>";
+ names[1] = "<p>Maple Bread</p>";
+ names[2] = "<p>Maple Bread</p>";
+ names[3] = "<p>Maple Bread</p>";
//recipe image links
images[0] = '<img src="../images/recipe-images/banana-muffin.JPG">';
images[1] = '<img src="../images/recipe-images/bread-3.JPG">';
+ images[2] = '<img src="../images/recipe-images/bread-3.JPG">';
+ images[3] = '<img src="../images/recipe-images/bread-3.JPG">';
//recipe hrefs
links[0] = '<a href="banana-muffins.md.html"</a>';
links[1] = '<a href="maple-bread.md.html"</a>';
+ links[2] = '<a href="maple-bread.md.html"</a>';
+ links[3] = '<a href="maple-bread.md.html"</a>';
//show arrays in console
console.log(names, images, links);