layout: default


{% for post in site.posts %} <article class=“summary” itemscope itemtype=“schema.org/BlogPosting”>

<header>
  <h2 itemprop="name headline">
    <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
  </h2>
  <p>
    <time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%b %-d, %Y" }}</time>
  </p>
</header>

</article> {% endfor %}