view _layouts/page.html @ 140:0dfc0d62f356

.htaccess: redirect doc* to https://www.octave.org/doc At the OctConf 2018 we made the decision to maintain the documentation on the Dreamhost server rather than Savannah.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 13 Mar 2018 18:08:21 +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>