Files
86box.github.io/blog.md
2021-12-01 17:13:52 -03:00

18 lines
233 B
Markdown

---
layout: page
title: "Blog"
---
# The 86Box Blog
{% for post in site.posts %}
<div>
{% include postheader.html post=post %}
<p>{{ post.description }}</p>
{% if forloop.last %}
{% else %}
<hr/>
{% endif %}
</div>
{% endfor %}