view _layouts/post.html @ 82:bc79072a8169 kai

Update README with suggestion for future deployment.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:34:14 +0200
parents 98a7ea218860
children
line wrap: on
line source

---
layout: default
---
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">

  <header class="post-header">
    <h1>
      {{ page.title }}
      <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
        ({{ page.date | date: "%b %-d, %Y" }})
      </time>
    </h1>
  </header>

  <div class="post-content" itemprop="articleBody">
    {{ content }}
  </div>

</article>