mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 10:25:30 -04:00
17 lines
546 B
HTML
Executable File
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>
|