view _layouts/page.html @ 135:6e120f63dd35

.htaccess: update for 4.2.1 release. This already was done manually on the online homepage.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sat, 19 Aug 2017 03:06:34 +0200
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>