layout title page Healthcare Blog Posts {% for post in site.posts %} {%if post.category == "Healthcare" %} {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }}) {% endif %} {% endfor %}