Pretty Text Wrap
I just learned about a CSS feature that would prevent orphans on text blocks. Of course, I applied it to this blog:
.content {text-wrap: pretty;}
This will make my body text less lonely (no orphans left behind). Thanks to Robin Rendle and Stephanie Stimac for the tip.