rmc_website/dsi.html
2023-11-09 00:03:19 -05:00

17 lines
546 B
HTML
Executable File

---
title: Blog
layout: dsiware
---
<p style="visibility: hidden;">paddingpaddingpaddingwhydoIneedpaddingwhydidImakethis siteIamsodumb</p>
<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" }}</p>
<hr>
{% endfor %}
</div>