mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2024-11-27 12:49:27 +00:00
14 lines
227 B
HTML
14 lines
227 B
HTML
---
|
|
layout: default
|
|
title: Blog
|
|
---
|
|
<h1>Latest Posts</h1>
|
|
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
|
<p>{{ post.excerpt }}</p>
|
|
</li>
|
|
{% endfor %}
|
|
</ul> |