posativ / acrylamid

(unmaintained) static blog generator in python with incremental rendering ⛺
http://posativ.org/acrylamid/
Other
277 stars 40 forks source link

Fix importing of "page" entries #192

Closed geekman closed 10 years ago

geekman commented 10 years ago

The type header was not written out in the YAML front matter, thus causing imported "page" entries to be incorrectly recognized as normal "entry"s.

This fix writes the type header only if the type is not "entry".