upgrade theme and custom featured footer dark
Created by: flora8984461
One of https://github.com/EclipseFdn/jquery-eclipsefdn-api/issues/16
This site does not have a featured story, the signup to newsletter
footer is a custom div.
For some sites such as openhwgroup.org and openadx.eclipse.org I do not need to add
show_featured_story: false
show_featured_footer: false
it will NOT show the features. But for this site, I need to make these settings for every page.
It seems that because the other 2 sites have the index.html
in layout/
to override the default page?
Signed-off-by: Yi Liu yi.liu@eclipse-foundation.org
Merge request reports
Activity
One of EclipseFdn/jquery-eclipsefdn-api#16
This site does not have a featured story, the
signup to newsletter
footer is a custom div.For some sites such as openhwgroup.org and openadx.eclipse.org I do not need to add
show_featured_story: false show_featured_footer: false
it will NOT show the features. But for this site, I need to make these settings for every page.
It seems that because the other 2 sites have the
index.html
inlayout/
to override the default page?Signed-off-by: Yi Liu yi.liu@eclipse-foundation.org
You're not able to add these settings in the config file?
Created by: flora8984461
One of EclipseFdn/jquery-eclipsefdn-api#16 This site does not have a featured story, the
signup to newsletter
footer is a custom div. For some sites such as openhwgroup.org and openadx.eclipse.org I do not need to addshow_featured_story: false show_featured_footer: false
it will NOT show the features. But for this site, I need to make these settings for every page. It seems that because the other 2 sites have the
index.html
inlayout/
to override the default page? Signed-off-by: Yi Liu yi.liu@eclipse-foundation.orgYou're not able to add these settings in the config file?
Sorry, my bad, I thought those paras are for page instead of the whole site. But it turns out I need to show featured footers on all other pages. I need to remove this settings, Thanks for your help !