--- title: Post Tenebras Lux layout: default description: >- image: /siteicon.png logo_image: /images/panix-logoicon.svg date: 2018-12-11 00:00:00 --- {% include relBase.html %} {% for post in site.posts %} {% capture album_name -%} {{ post.album }} {%- endcapture %} {% for album in site.albums %} {% capture name -%} {{ album.relative_path | replace_first: album.collection, '' | replace_first: '_/', '' | replace_first: '.md', '' }} {%- endcapture %} {% if name == album_name %} {% break %} {% endif %} {% endfor %} {% endfor %}

Releases

Collection of releases through time

{% include footer.html %}