blob: 85419b4459da4abb08326f3803d9fd030439a569 [file]
---
layout: default
title: Blog
nav_order: 5
permalink: /blog/
---
<h1>Latest Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>