You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Liquid Templates
Hi,
I have this code in my template:
{% for section in page.subsections %}
<li><a href="{{site.base_dir}}{{ section }}">{{section}}</
a></li>
{% endfor %}
but I'd need to sort the page.subsections. I've search and found there
is a sort filter, but this seems to be for output as
page.subsections.sort doesn't work in this case. Or am I doing
something wrong?