Add recipe for scrambled eggs

This commit is contained in:
Andrew Miner
2017-11-15 23:47:46 -08:00
parent c37424479f
commit ec0307939a
7 changed files with 51 additions and 2 deletions
+7 -1
View File
@@ -45,4 +45,10 @@ html
- stepNumber++
if credit
section.credits #{credit.name}, <a href=#{credit.url}>#{credit.url}</a>
section.credits
if credit.name
| #{credit.name}
if credit.name && credit.url
| ,
if credit.url
a(href=credit.url) credit.url