diff --git a/docs/_includes/nav-about.html b/docs/_includes/nav-about.html
index 93121e700ae85a63551d9e817e3bbe1431266a67..bf6b684e9ddd857d46c6542a1d42a91e260707cc 100644
--- a/docs/_includes/nav-about.html
+++ b/docs/_includes/nav-about.html
@@ -1,9 +1,9 @@
-<li>
-  <a href="#brand">Brand guidelines</a>
-</li>
 <li>
   <a href="#history">History</a>
 </li>
 <li>
   <a href="#team">Team</a>
 </li>
+<li>
+  <a href="#brand">Brand guidelines</a>
+</li>
diff --git a/docs/about.html b/docs/about.html
index 2d1c6c4e1e5f795b8f6d9635a852e9f08454a211..1cecb9f289d89a125fc101e3a29fc4dcd51013e6 100644
--- a/docs/about.html
+++ b/docs/about.html
@@ -2,7 +2,7 @@
 layout: default
 title: About
 slug: about
-lead: "Find out how to use the Bootstrap brand, learn about the project's history, and meet the maintaining teams."
+lead: "Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand."
 ---