notes/_includes
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
..
js Moved custom.js to includes 2019-08-14 10:07:36 -04:00
vendor Added anchor headings 2019-05-19 02:55:43 +02:00
head.html Make search on by default 2019-08-14 16:43:59 -04:00
head_custom.html Enabled customization of html head 2019-05-19 02:55:43 +02:00
nav.html Alphabetic navigation order 2019-10-11 21:40:34 +01:00
title.html Added logo variable to _config.yml which can be set to a path/url 2019-08-17 14:32:25 +02:00