rmc_website/dsi.html
Ian Skinner fa401de944 Faster downloads, better pages.
- Stop manually setting the height of the DSi prompt thing for each page
- Moved all downloads to a CDN (cee deez nuts)
- Removed personal homepage in favor of a purely DS(i) oriented website
2023-08-04 11:20:42 -04:00

17 lines
546 B
HTML

---
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>