Updates to the Blog Code
I've made some updates to the software that runs this blog. A few changes that make for good reasons to update:
-
The subtitle block no long adds the <h2> tag. You'll need to adjust your
blog.htmlto put tags around the subtitle block. -
Fixed the way it references your settings. I'm now doing it correctly by writing
from django.conf import settings. - Some minor other cleanup.
Share and Enjoy.

