view _layouts/page.html @ 156:3ecaed4b95e8

* _includes/footer.html: Web page repo does currently not support https.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 14 Aug 2018 10:51:08 +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>