blog/motivational.html
2023-05-22 12:10:09 +02:00

18 lines
391 B
HTML

---
layout: category
category-name: motivational
permalink: /motivational/
---
<h1>Motivational Posts</h1>
<div class="blog-home">
{% if site.categories.motivational.size > 0 %}
<ul class="blog-home__list-items">
{% for post in site.categories.motivational %} {% include post-item.html %}
{% endfor %}
</ul>
{% else %}
<span>No posts to show.</span>
{% endif %}
</div>