view _layouts/page.html @ 214:fe5dcb23372a

* _layouts/default.html: add another blind paragraph. See cset 370d7d0cdf7d.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 20 Jul 2020 16:14:52 +0900
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>