mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
18 lines
387 B
HTML
18 lines
387 B
HTML
---
|
|
title: DSiWare
|
|
layout: dsiware
|
|
---
|
|
|
|
<div class="text-center pt-3">
|
|
<h1>DSiWare Reviews</h1>
|
|
<p>Articles are listed alphabetically</p>
|
|
</div>
|
|
<div class="container">
|
|
<hr>
|
|
{% for post in site.posts %}
|
|
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
|
|
<p>{{ post.date | date: "%Y-%m-%d" }} ({{ post.author }})</p>
|
|
<hr>
|
|
{% endfor %}
|
|
</div>
|