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