Title says it all. To reproduce: 1. checkout a fresh copy of `bb.sh` 2. execute `./bb.sh post` 3. publish the post 4. edit `.config` to set `global_author` (leaving the first line empty as specified in #183) 5. create a new post with `./bb.sh post`, observing that the author is correctly set 6. execute `./bb.sh rebuild` and see that the author in the first post remains the same 'John Smith' value -- To remediate: 1. remove the HTML file associated with the post 2. edit the markdown file associated with the post with `./bb.sh post <the-file-name>.md` 3. (re)publish the post by selecting "p" after saving and exiting your chosen editor