mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
Page::order_by no longer exists
This commit is contained in:
@@ -55,8 +55,6 @@
|
||||
|
||||
{% if page.header.content.order.by %}
|
||||
{% set pcol = page.children().order(page.header.content.order.by, page.header.content.order.dir) %}
|
||||
{% elseif page.order_by %}
|
||||
{% set pcol = page.children().order(page.order_by, page.order_dir) %}
|
||||
{% else %}
|
||||
{% set pcol = page.children() %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user