summaryrefslogblamecommitdiff
path: root/archives.html
blob: 07567e16e4490b75b4fd04d2d046ef9615841b9b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
   



                                                  
   





                                                                                                                                                                                                                                                                                                                         
---
layout: page
permalink: /articles/index.html
title: Articles
description: "An archive of posts sorted by date."
---

<ul class="post-list">
{% for post in site.posts %} 
  <li><article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost"><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%B %d, %Y" }}</time></span></a></article></li>
{% endfor %}
</ul>