bevry / staticsitegenerators-website

Website containing the complete listing of static site generators
https://staticsitegenerators.net
Other
364 stars 29 forks source link

fix #17 - maybe not the right right way, but better then before #20

Closed mkoryak closed 10 years ago

mkoryak commented 10 years ago

I noticed that you have this unused code: description: project.description or project.githubData?.description or null

so I set the description to use that value, and now descriptions work.

balupton commented 10 years ago

Yep, that's right. https://github.com/bevry/staticsitegenerators/blob/master/docpad.coffee#L176 means we can just do project.description there :)