diff --git a/index.html b/index.html index 0ba20871..58f9bbde 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ title: Post Tenebras Lux layout: default description: >- - + Panix Heavy Industries image: /siteicon.png logo_image: /images/panix-logoicon.svg date: 2018-12-11 00:00:00 @@ -32,14 +32,7 @@ date: 2018-12-11 00:00:00 {% 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 %}