Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 274 Bytes

File metadata and controls

14 lines (13 loc) · 274 Bytes
layout page
title Gaming
permalink /gaming/

{% include toggle.html %}

{% assign games = site.games | sort: 'order' %} {% for game in games %}

{{ game.title }}

{{ game.content | markdownify }}
{% endfor %}