sbruder / spectral

Port of html5up’s spectral theme to hugo
Other
69 stars 43 forks source link

Fix markdown switch for front page bodies #8

Closed sbruder closed 2 years ago

sbruder commented 2 years ago

This fixes a regression introduced in e9d0db22167ccaf3bc43d8cf7e2ea759187081b2. The feature was enabled instead of disabled by default ("false" evaluates to a non-empty string, which is truthy) and since the front page does not have a Page associated to it, the params for it can’t be set.

@dholbach Please correct me if I’m overlooking something and the feature is usable in its current form.