department-of-veterans-affairs / roadrunner

Other
2 stars 5 forks source link

Re-sort navigation items #89

Closed webinista closed 8 years ago

webinista commented 8 years ago

Should appear in the following order and have the following text:

Quick way is to add an order field to the YAML data for those items, and then sort based on that.

{% assign pages = site.pages | sort: 'order' %}
{% for page in pages %}...{% endfor %}