diff --git a/config.toml b/config.toml index e6c44d5..e3bacd9 100644 --- a/config.toml +++ b/config.toml @@ -12,14 +12,14 @@ category = "category" [menu] [[menu.main]] -identifier = "home" +identifier = "" pre = "" name = "Home" url = "/" weight = 10 [[menu.main]] -identifier = "experience" +identifier = "work" pre = "" name = "Work" url = "/work/" @@ -44,4 +44,4 @@ identifier = "blog" pre = "" name = "Blog" url = "/blog/" -weight = 50 +weight = 50 \ No newline at end of file diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index 9abc715..7a5f207 100644 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -6,16 +6,19 @@