mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
18 lines
233 B
Markdown
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 %}
|