c1af1ac8b5
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
11 lines
267 B
HTML
11 lines
267 B
HTML
---
|
|
layout: base
|
|
---
|
|
{% include nav.html %}
|
|
|
|
<div class="layout-{{ page.layout }}">
|
|
{% if page.title %}<h2>{{page.title}}</h2>{% endif %}
|
|
{{ content }}
|
|
<br/>
|
|
</div>
|
|
<p class="footer center-block">powered by <a href="https://jorge.olano.dev">jorge</a></p>
|