rwdaigle / nesta-theme-clean

A minimalist theme for Nesta CMS that focuses on content readability
10 stars 1 forks source link

cryptic error message when author is not set in config/config.yml #4

Open acrisci opened 11 years ago

acrisci commented 11 years ago

When Author is not set in config/config.yml (it was commented out on my new install of nesta with the content demo), the site throws an application error.

NoMethodError - undefined method `[]' for nil:NilClass:

The stack trace starts here:

clean/views/page.haml:12:in `block in singleton class'

Setting Author in the config file (removing the comments) fixes the error.