Add recipe for stuffed green peppers

This commit is contained in:
Andrew Miner
2017-10-14 09:43:44 -07:00
parent b8c731e426
commit 3542c51107
7 changed files with 49 additions and 61 deletions
+5 -1
View File
@@ -28,5 +28,9 @@ module.exports = require("../helpers")({
{ amount: , unit: "", item: "" },
],
directions: ""
}]
}],
credits: {
name: "",
url: ""
}
})
+7 -1
View File
@@ -12,7 +12,13 @@ html
.about
h1 #{title}
.timing prep #{timings.prep}, cook #{timings.cook}
.timing
if timings.prep
| prep #{timings.prep}
if timings.prep && timings.cook
| ,
if timings.cook
| cook #{timings.cook}
.icons
each icon in icons