Files
86box.github.io/blog.md
2022-11-26 01:01:15 -03:00

18 lines
249 B
Markdown

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