| layout | default |
|---|---|
| title | Historie |
| order | 8 |
| slider | true |
{% for v in site.data.barcamps %}{% assign slug = v[0] %}{% assign camp = v[1] %} {% if slug != site.barcamp %} {% assign participants = true %} {% if camp.disableParticipantList == true %}{% assign participants = false %}{% endif %} {% assign statistics = true %} {% if camp.disableStatistics == true %}{% assign statistics = false %}{% endif %}
- {{ site.title }} {{ camp.title }}
- <a href="{{ "/Nachlese-" | prepend: site.baseurl | append:slug | append:".html" }}">Nachlese
- <a href="{{ "/Location-" | prepend: site.baseurl | append:slug | append:".html" }}">Location
- <a href="{{ "/Sponsoren-" | prepend: site.baseurl | append:slug | append:".html" }}">Sponsoren{% if participants %}
- <a href="{{ "/Teilnehmer-" | prepend: site.baseurl | append:slug | append:".html" }}">Teilnehmer{% endif %}{% if statistics %}
- <a href="{{ "/Statistiken-" | prepend: site.baseurl | append:slug | append:".html" }}">Statistiken{% endif %}{% endif %}{% endfor %}