From 586d795dbf10d9b747a1093d93e49f8cfe6de856 Mon Sep 17 00:00:00 2001 From: Christopher Guindon <chris.guindon@eclipse-foundation.org> Date: Wed, 27 Jul 2022 13:34:39 +0000 Subject: [PATCH] fix breadcrumb and sub-page jumbotron --- config.toml | 14 +++++++------- content/_index.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 16c7e1df..0557e333 100644 --- a/config.toml +++ b/config.toml @@ -20,7 +20,7 @@ pluralizeListTitles = false gcse_result_url = "/home/search/" # eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>" js = "public/js/main.js" - header_wrapper_class = "header-wrapper header-default-bg-img" + header_wrapper_class = "header-wrapper" call_for_action_text = "Download" call_for_action_url = "/downloads/" call_for_action_icon = "fa-download" @@ -109,35 +109,35 @@ pluralizeListTitles = false weight = 1 [[menu.sidebar]] - parent = "documentation" + parent = "documentation" name = "New to Eclipse?" url = "/getting_started" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" weight = 2 [[menu.sidebar]] - parent = "documentation" + parent = "documentation" name = "Downloads" url = "/downloads" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" weight = 3 [[menu.sidebar]] - parent = "documentation" + parent = "documentation" name = "Eclipse Articles" url = "https://wiki.eclipse.org/Eclipse_Corner" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" weight = 4 [[menu.sidebar]] - parent = "documentation" + parent = "documentation" name = "Eclipse Forums" url = "/forums" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" weight = 5 - + [[menu.sidebar]] - parent = "documentation" + parent = "documentation" name = "Resources" url = "/resources" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" diff --git a/content/_index.md b/content/_index.md index c429302e..7f078bcf 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title: eclipse.org +title: Home headline: The Community for Open Innovation and Collaboration tagline: The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for -- GitLab