diff --git a/404.html b/404.html index 1e7a37e..5fde966 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ --- layout: default -title: Page not found +title: 404 permalink: /404 nav_exclude: true search_exclude: true diff --git a/_config.yml b/_config.yml index 20bf8a1..fd71b51 100644 --- a/_config.yml +++ b/_config.yml @@ -63,8 +63,8 @@ aux_links: aux_links_new_tab: false # Sort order for navigation links -nav_sort: case_insensitive # default, equivalent to nil -# nav_sort: case_sensitive # Capital letters sorted before lowercase +# nav_sort: case_insensitive # default, equivalent to nil +nav_sort: case_sensitive # Capital letters sorted before lowercase # Footer content # appears at the bottom of every page's main content diff --git a/_includes/nav.html b/_includes/nav.html index f2ec7e5..d74c17c 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,6 +1,7 @@ {%- endif -%} {%- endif -%} - {%- endunless -%} {%- endfor -%} diff --git a/docs/untitled-test.md b/docs/untitled-test.md new file mode 100644 index 0000000..84f66d8 --- /dev/null +++ b/docs/untitled-test.md @@ -0,0 +1,6 @@ +--- +layout: default +--- +# Untitled test page + +This page should not appear in the navigation.