1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-24 14:46:45 -04:00
notes/_includes
PLanCompS 4fc59a578f Separate sorting of numbers and strings for navigation order
The values of `title` and `nav_order` can be numbers or strings.
Jekyll gives build failures when sorting on mixtures of different types,
so numbers and strings need to be sorted separately.

Here, numbers are sorted by their values, and come before all strings.
An omitted `nav_order` value is equivalent to the page's `title` value
(except that a numerical `title` value is treated as a string).

The case-sensitivity of string sorting is determined by `site.nav_sort`.
2020-08-11 18:25:58 +02:00
..
css Merge branch 'master2' into improvement-custom-themes-merged 2019-11-26 23:27:33 +01:00
js Moved custom.js to includes 2019-08-14 10:07:36 -04:00
vendor Improve accessibility by adding label to Anchor links. 2020-07-04 14:28:52 -07:00
head_custom.html Enabled customization of html head 2019-05-19 02:55:43 +02:00
head.html Merge branch 'improvement/custom-themes' of git://github.com/SgtSilvio/just-the-docs into SgtSilvio-improvement/custom-themes 2020-04-24 15:39:44 -04:00
nav.html Separate sorting of numbers and strings for navigation order 2020-08-11 18:25:58 +02: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