ninjacheetah.github.io/blog.html
2022-04-22 22:17:25 -04:00

14 lines
309 B
HTML

---
title: Blog
layout: default
---
<h1>NinjaCheetah's Blog</h1>
<p>Where I write things and you read them I guess. Newest on top.</p>
<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 %}