neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-12 01:39:44 +01:00
parent 109ed01b7e
commit b5bd88096b

View File

@ -60,7 +60,7 @@
{% endfor %}
{% endfor %}
{% set allPages = allPages|sort(modified, 'desc') %}
{% set allPages = allPages|sort(modified, 'asc') %}
{% for i, page in allPages %}
{% if page.url == currentPage.url %}
{% set currentPageIndex = i %}