notes/_layouts
Peter Mosses 6660f442b0 Alphabetic navigation order
When `nav_order` is omitted, the order of nodes at each menu level (and in the auto-generated TOC) is alphabetical by `title`, instead of random.
Any nodes with a specified `nav_order` precede all nodes at that level where it is omitted.
Note that `nav_order` fields must have a uniform site-ide type: integers and strings cannot be mixed, otherwise Jekyll reports errors.
The implementation filters the ordered and unordered pages from `site.html_pages`, sorts them separately, and concatenates the resulting arrays.
2019-10-11 21:40:34 +01:00
..
vendor Added html compression 2019-05-19 02:55:43 +02:00
about.html Add these for a better default jekyll experience 2018-10-24 14:07:02 -04:00
default.html Alphabetic navigation order 2019-10-11 21:40:34 +01:00
home.html Add these for a better default jekyll experience 2018-10-24 14:07:02 -04:00
page.html page layout also used out of the box by Jekyll 2019-01-15 10:52:32 -08:00
post.html Initial commit 2017-03-09 13:16:08 -05:00
table_wrappers.html Added table wrappers, fixed anchor headings 2019-05-19 02:55:43 +02:00