Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
move fake logo from static to inside exampleSite
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
  • Loading branch information
Yi Liu committed Mar 8, 2021
1 parent 9ad6dd4 commit c700900
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions exampleSite/config/_default/menus.en.toml
Expand Up @@ -53,6 +53,12 @@
weight = 7
parent = "examples"

[[main]]
name = "Subsite Custom Logo"
url = "/subsite-1/"
weight = 8
parent = "examples"

[[main]]
name = "Exemples de FAQ"
url = "/faq/"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/data/subsites_custom_logo.yml
@@ -1,11 +1,11 @@
items:
-
page_url: '/subsite-1'
logo: '/images/fake_logo/jakarta_ee_logo_schooner_color_horizontal_default.png'
logo: '/third-parent/images/fake_logo/jakarta_ee_logo_schooner_color_horizontal_default.png'
logo_url: '/subsite-1'
logo_title: 'subsite-1'
-
page_url: '/third-parent'
logo: '/images/fake_logo/jakartaone_livestream_test_white_logo.svg'
logo: '/third-parent/images/fake_logo/jakartaone_livestream_test_white_logo.svg'
logo_url: '/third-parent'
logo_title: 'Third Parent'

0 comments on commit c700900

Please sign in to comment.