From 38a2a165161b300012570ea079369a813e0f978b Mon Sep 17 00:00:00 2001 From: lvuch Date: Wed, 25 Apr 2018 21:14:21 -0700 Subject: [PATCH] list and single --- content/os/about/_index.md | 2 +- content/os/installation/_index.md | 4 ++++ content/os/quick-start-guide/_index.md | 2 +- content/os/upgrading/_index.md | 2 +- layouts/_default/list.html | 2 +- layouts/_default/single.html | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 content/os/installation/_index.md diff --git a/content/os/about/_index.md b/content/os/about/_index.md index e8a4c1ab93c..67a468a5e88 100644 --- a/content/os/about/_index.md +++ b/content/os/about/_index.md @@ -1,6 +1,6 @@ --- title: About -weight: 300 +weight: 4 --- ## Contributing to RancherOS diff --git a/content/os/installation/_index.md b/content/os/installation/_index.md new file mode 100644 index 00000000000..99f8d6369a6 --- /dev/null +++ b/content/os/installation/_index.md @@ -0,0 +1,4 @@ +--- +title: Installation +weight: 2 +--- diff --git a/content/os/quick-start-guide/_index.md b/content/os/quick-start-guide/_index.md index f9af6c658f8..a7ecad1817a 100644 --- a/content/os/quick-start-guide/_index.md +++ b/content/os/quick-start-guide/_index.md @@ -1,6 +1,6 @@ --- title: Quick Start Guide -weight: 2 +weight: 1 --- diff --git a/content/os/upgrading/_index.md b/content/os/upgrading/_index.md index 0043d3da6dd..b4c2c3761fc 100644 --- a/content/os/upgrading/_index.md +++ b/content/os/upgrading/_index.md @@ -1,6 +1,6 @@ --- title: Upgrading RancherOS -weight: 200 +weight: 3 --- ## Upgrading diff --git a/layouts/_default/list.html b/layouts/_default/list.html index adae26a3482..9fc6f5192f1 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -76,8 +76,8 @@ {{ end }} {{ template "_internal/pagination.html" . }} + {{ partial "breadcrumbs.html" . }} - {{ partial "breadcrumbs.html" . }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c3be0eb5f09..acd50094809 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -76,8 +76,8 @@ {{ end }} {{ template "_internal/pagination.html" . }} + {{ partial "breadcrumbs.html" . }} - {{ partial "breadcrumbs.html" . }} {{ end }}