Skip to content
Snippets Groups Projects
liftoff_overview.md 955 B
Newer Older
Lukas Ruge's avatar
Lukas Ruge committed
---
layout: liftoff
title: Liftoff at Nobreakspace
header: Übersicht
metapage: true
Lukas Ruge's avatar
Lukas Ruge committed
permalink: /nobreakspace/liftoff/overview/
image: "https://chaotikum.org/assets/liftoff2.jpg"
---

Lukas Ruge's avatar
Lukas Ruge committed
{% assign depth = 0 -%} 
{% assign liftoffpages = site.pages | where_exp: "lpage", "lpage.layout == 'liftoff'" | sort: 'progressbar' %}
{% for lp in liftoffpages -%}
{% if lp.progressbar and lp.progressbar > 0 -%}
Lukas Ruge's avatar
Lukas Ruge committed
{% 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/" -%}
Lukas Ruge's avatar
Lukas Ruge committed
<li> <a href="{{site.url}}{{lp.url}}">{{lp.header}}</a> <span class="fa-solid fa-check" id="check_{{lp.url | replace:'/', '_'}}"></span>
Lukas Ruge's avatar
Lukas Ruge committed
<li> <a href="{{site.url}}{{lp.url}}">{{lp.header}}</a> <span id="check_{{lp.url | replace:'/', '_'}}"></span>
{% endif -%}
{% endif -%}
{% endfor %}
Lukas Ruge's avatar
Lukas Ruge committed
</ul>