aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: df77a9d25dd7e7ec51f8310f208243986e1c8e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: base
---

<article itemtype="http://schema.org/Article">
  <h1 itemtype="headline">{{ page.title }}</h1>
  <p><cap><u>{{ page.type }}</u></cap>, {{ page.date | date: '%B %d, %Y' }} on <a href="{{ site.url }}">{{ site.author }}'s blog</a></p>
  <div>
    {{ content }}
  </div>
</article>