blog/games.html
2023-07-14 00:16:25 +02:00

19 lines
375 B
HTML

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