|
* move sys import to where it's used
* remove commented-out code
* change parser -> config in read_config() for slightly better readability
* change meta_dict -> meta and file_contents -> contents in
handle_file()
* push handle_frontmatter() back into handle_file(). likely to pull
this back out again if we decide the format is handy for keeping
default values around in templates, but we'll cross that bridge later
|