Compress HTML in your Jekyll site
Although compressing and minifying CSS and JavaScript is a common practice, doing the same with HTML is usually neglected. I recently discovered jekyll-compress-html, a Jekyll plugin that helps you do just that! Moreover, this plugin is written in pure Liquid, so it does not come with any additional dependencies. [Read More]