summaryrefslogtreecommitdiff
path: root/_includes/weighted_sorted_pages.html
blob: 7b564f088cd3e57ad7718ef5684ef54ed75d4902 (plain)
1
2
3
4
5
{% capture sorted %}{% for node in site.pages %}{% assign top = node.categories | join:'~' | split:'~' | sort | first | remove_first:'_' | plus:10000 %}|{% if top != 10000 %}{{ top }}{% endif %}|{{ node.url }}|{{ forloop.index0 | plus:10000 }}*{% endfor %}{% endcapture %}{% comment %}
{% endcomment %}{% capture sorted %}{{ sorted | split:'*' | sort | join:'*' }}{% endcapture %}{% comment %}
{% endcomment %}{% assign sortedarr = sorted | split:'*' %}{% comment %}
{% endcomment %}{% for item in sortedarr %}{% assign i2 = item | split:'|' %}{% assign iv = i2[3] | minus:10000 %}{{ iv }}{% unless forloop.last %},{% endunless %}{% comment %}
{% endcomment %}{% endfor %}