Skip to content
Snippets Groups Projects
Commit ed36057b authored by Christopher Guindon's avatar Christopher Guindon
Browse files

Merge branch 'cguindon/main/fix-minor-jumbotron' into 'main'

fix breadcrumb and sub-page jumbotron

See merge request !29
parents c0f20ae2 586d795d
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ pluralizeListTitles = false ...@@ -20,7 +20,7 @@ pluralizeListTitles = false
gcse_result_url = "/home/search/" gcse_result_url = "/home/search/"
# eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>" # eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>"
js = "public/js/main.js" 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_text = "Download"
call_for_action_url = "/downloads/" call_for_action_url = "/downloads/"
call_for_action_icon = "fa-download" call_for_action_icon = "fa-download"
...@@ -109,35 +109,35 @@ pluralizeListTitles = false ...@@ -109,35 +109,35 @@ pluralizeListTitles = false
weight = 1 weight = 1
[[menu.sidebar]] [[menu.sidebar]]
parent = "documentation" parent = "documentation"
name = "New to Eclipse?" name = "New to Eclipse?"
url = "/getting_started" url = "/getting_started"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 2 weight = 2
[[menu.sidebar]] [[menu.sidebar]]
parent = "documentation" parent = "documentation"
name = "Downloads" name = "Downloads"
url = "/downloads" url = "/downloads"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 3 weight = 3
[[menu.sidebar]] [[menu.sidebar]]
parent = "documentation" parent = "documentation"
name = "Eclipse Articles" name = "Eclipse Articles"
url = "https://wiki.eclipse.org/Eclipse_Corner" url = "https://wiki.eclipse.org/Eclipse_Corner"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 4 weight = 4
[[menu.sidebar]] [[menu.sidebar]]
parent = "documentation" parent = "documentation"
name = "Eclipse Forums" name = "Eclipse Forums"
url = "/forums" url = "/forums"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 5 weight = 5
[[menu.sidebar]] [[menu.sidebar]]
parent = "documentation" parent = "documentation"
name = "Resources" name = "Resources"
url = "/resources" url = "/resources"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>" pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
......
--- ---
title: eclipse.org title: Home
headline: The Community for Open Innovation and Collaboration headline: The Community for Open Innovation and Collaboration
tagline: The Eclipse Foundation provides our global community of individuals and tagline: The Eclipse Foundation provides our global community of individuals and
organizations with a mature, scalable, and business-friendly environment for organizations with a mature, scalable, and business-friendly environment for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment