foundation / panini

A super simple flat file generator.
Other
592 stars 104 forks source link

Panini documentation issue: partials section #63

Closed grizfan closed 7 years ago

grizfan commented 8 years ago

on http://foundation.zurb.com/emails/docs/panini.html, in the "Partials" section, you have the following sample code:

`

{{> header}

{{> body}}

{{> footer}}

`

the header partial is missing the closing brace, causing a Gulp error.

dereckson commented 8 years ago

Fixed by https://github.com/zurb/foundation-emails/commit/ecef761b0d1c81c801c4427e25801cd37140fd68.