10 <h1>{{ site.blog.title }}</h1>
13 <p>Here you can find direct links to all my blog posts.</p>
15 <ul class="post-list">
16 {% for post in site.posts %}
18 <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
20 <a class="post-link" href="{{ post.url }}">{{ post.title }}</a>