--- layout: default --- {% include site-header.html %} {% include twittercard.html %} {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %} {% capture title %} {% assign name_before_title = false -%} {% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym and c.name_before_title -%} {% assign name_before_title = true -%} {% endif -%} {% endfor -%} {% endfor -%} {% if page.persons and name_before_title -%}{{page.persons | join: ", " }}: {% endif -%}{{ page.title }} {% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym -%} {% if c.ecki -%}[{{c.title| xml_escape}}]{% endif -%} {% endif -%} {% endfor -%} {% endfor -%} {% endcapture %}
{% if page.image != nil %} {% if page.image contains '://' %} {% else %} {% endif %} {% else %} {% endif %}

{{ title }}

{% capture release_date %}{{page.release_date | date: '%s'}}{% endcapture -%} {% if release_date < nowunix and page.optout != true %}

Wähle einen Dienst aus:

{% if page.yt %}
Youtube
{% endif %} {% if page.mccc %}
media.ccc.de
{% endif %} {% if page.archive %}
archive.org
{% endif %} {% if page.file %}
download
{% endif %} {% endif %}
{% include site-footer.html %}