mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
9 lines
219 B
HTML
9 lines
219 B
HTML
<div class="unit one-fifth hide-on-mobiles">
|
|
<aside>
|
|
{% for section in site.data.project %}
|
|
<h4>{{ section.title }}</h4>
|
|
{% include project_ul.html items=section.docs %}
|
|
{% endfor %}
|
|
</aside>
|
|
</div>
|