--- # You don't need to edit this file, it's empty on purpose. # Edit theme's home layout instead if you wanna make some changes # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: home --- {% assign statuses = site.pages|map:"Status"|uniq %} {% assign pages = site.pages|sort:"EIP" %} {% for status in statuses %} {% if status != undefined %}

{{status}}

{% for page in pages %} {% if page.Status == status %} {% endif %} {% endfor %}
NumberTitleAuthorLayer
{{page.EIP}}{{page.Title}}{{page.Author}}{{page.Layer}}
{% endif %} {% endfor %}