view _layouts/page.html @ 170:0bcf9964773c

* NEWS-5.1.md: Enable ToC display inside a div-block element.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 04 Mar 2019 11:24:41 +0100
parents 7abe02bf29ec
children 598d7f098082
line wrap: on
line source

---
layout: default
---

<article class="post">

  <header class="post-header">
    <h1 class="post-title">{{ page.title }}</h1>
  </header>

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

</article>