summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/pages.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/pages.go b/pages/pages.go
index 8d789b3..542491b 100644
--- a/pages/pages.go
+++ b/pages/pages.go
@@ -128,9 +128,9 @@ func sortNavBar(nav []Navigation) {
// see no evil, speak no evil
sort.Slice(nav, func(i, j int) bool {
order := map[string]int{
- "home": 1,
- "posts": 2,
- "about": 3,
+ "Home": 1,
+ "Posts": 2,
+ "Ethos": 3,
}
// Get the order value, default to a high number if not in the predefined order