summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: ca44314039d3103cdc09dd3c281ac8cd1ae24d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: master
---

<article itemscope itemtype="http://schema.org/BlogPosting" class="article">
    <header>
        <h1 itemprop="headline">{{ page.title }}</h1>
        <div class="date"><time itemprop="datePublished">{{ page.date | date: "%A, %-d %B %Y" }}</time></div>
    </header>

    <div itemprop="articleBody">
        {{ content }}
    </div>
</article>