view _layouts/post.html @ 54:98a7ea218860 kai

Keep displaying page title in case of posts.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 15:54:09 +0200
parents aa0c5c467963
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>