* app.hy and blog.hy - fix removal of Hy `none?`
* layout.html - move RSS ad to footer
* styles.css - make text color apply to all text on brown background
README.md
=========
* Remove TODO for now-implemented RSS
* Add instructions for running, just in case
requirements.txt
================
* Change Hy line to match `pip freeze` output
General
=======
* Improve docstrings
* Add missing docstring
* Add and clean-up comments on potentially unclear code
Posts
=====
* Add `if` and `extend` statements to work with RSS
* Remove summary `<p>`s
* Add some commentary on what Hy is and isn't
Templates
=========
* Add RSS templates
* Adjust extant templates to handle RSS functionality
* Add `<p>`s to the summary block in `blog-post.html`
* Add RSS link to `<footer>`
styles.css
==========
* Adjust spacing for `<footer>`
blog.hy
=======
* Add `verify-post-name`
app.hy
======
* Add RSS path
* Use new `verify-post-name`
* Fiddle for performance