Handle empty front matter in archetype.
authorJonathan Anderson <jonathan.anderson@ieee.org>
Sat, 24 Jan 2015 01:26:29 +0000 (21:56 -0330)
committerbep <bjorn.erik.pedersen@gmail.com>
Sat, 24 Jan 2015 09:46:52 +0000 (10:46 +0100)
commitbd1b019f8512f5c93d42d4b65785965b7b084d0b
tree888cfd3fdbe02a7636c2275f6d7669948847b7dc
parentb345ca26cbf486d0406f2d14e16d10bb7d64b516
Handle empty front matter in archetype.

If an archetype has deliberately empty front matter (e.g., to suppress
generation of the 'draft' field or to force a particular front matter type
instead of the default TOML), we should handle it gracefully rather than
panic ("assignment to entry in nil map").
create/content.go