rmc_website/dsi.html
IanSkinner1982 384e7bf8a8 added blog
2023-02-16 21:48:18 -05:00

17 lines
454 B
HTML

---
title: Blog
layout: dsiware
---
<div class="text-center pt-3">
<h2>Welcome to my blog!</h2>
<p>I post some Nintendo repair and modding stuff sometimes.</p>
</div>
<div class="container"><hr>
{% for post in site.tags.stuff %}
<p><a href="{{ post.url }}">{{ post.title }}</a> <a href="{{ post.alt }}">(alt)</a>, {{post.desc}}</p>
<p>{{ post.date | date: "%Y/%m/%d" }} (Ian Skinner)</p>
<hr>
{% endfor %}
</div>