Newer
Older
header: Übersicht
metapage: true
permalink: /nobreakspace/liftoff/overview/
image: "https://chaotikum.org/assets/liftoff2.jpg"
---
{% assign liftoffpages = site.pages | where_exp: "lpage", "lpage.layout == 'liftoff'" | sort: 'progressbar' %}
{% for lp in liftoffpages -%}
{% if lp.progressbar and lp.progressbar > 0 -%}
{% if lp.depth == depth -%}
</li>
{% endif -%}
{% if lp.depth > depth -%}
{% assign depth = lp.depth -%}
<ul>
{% endif -%}
{% if lp.depth < depth -%}
{% assign depth = lp.depth -%}
</li></ul>
{% endif -%}
{% if lp.url == "/nobreakspace/liftoff/" -%}
<li> <a href="{{site.url}}{{lp.url}}">{{lp.header}}</a> <span class="fa-solid fa-check" id="check_{{lp.url | replace:'/', '_'}}"></span>
<li> <a href="{{site.url}}{{lp.url}}">{{lp.header}}</a> <span id="check_{{lp.url | replace:'/', '_'}}"></span>
{% endif -%}
{% endif -%}
{% endfor %}