---
layout: category
category-name: productivity
title: Productivity Posts
permalink: /productivity/
---
{% if site.categories.productivity.size > 0 %}
{% for post in site.categories.productivity %}{% include post-item.html %}
{% endfor %}
{% else %}
No posts to show.
{% endif %}