Day 4 Dev Notes

Just a small tweak today. I still wasn't happy with the truncated posts because there was no indication that the post had been truncated when viewing it on the home page. To fix this, I added a boolean property to the Content model to indicate if a post had been truncated, and then added a "Read more" link.

The other small tweak I made was to move the <!--more--> tag into the settings file called TRUNCATE_TAG. Eventually, I'd like to make some of these settings user-configurable through an admin portal, but that's something for the future.

Github Link