view _layouts/page.html @ 163:dcc5564ed7ad

Mention that Win-Installers bundle several OF-packages (bug #55588). * _includes/head.html: Add foundation.alert.js. * _includes/install.html: Mention that Win-Installers bundle several OF-packages.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Jan 2019 17:08:24 +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>