jorge/commands/initfiles/layouts/default.html
Facundo Olano 7094998638
Outline docs site (#11)
* 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
2024-02-21 18:41:03 -03:00

11 lines
275 B
HTML

---
layout: base
---
{% include nav.html %}
<div class="content 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>