mirror of
https://github.com/facundoolano/jorge.git
synced 2024-11-17 07:48:32 +01:00
7094998638
* add src_path to template metadata * tweak init files * add docs site with initial layout * add some tweaks to make default layouts more consistent * index tweaks * more layout * stub tutorial entries * add output in docs index * fix footer padding * change listening for serving * simplify submenu * remove inline styles
9 lines
184 B
HTML
9 lines
184 B
HTML
---
|
|
layout: base
|
|
---
|
|
{% include nav.html %}
|
|
<div class="content layout-{{ page.layout }}">
|
|
{% if page.title %}<h2>{{page.title}}</h2>{% endif %}
|
|
{{ content }}
|
|
<br/>
|
|
</div>
|