view _layouts/page.html @ 143:1d62ce9ef4d6

.htaccess: Restore rule for octave.pdf due to old URLs.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 15 Mar 2018 01:31:01 +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>