Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

want to be able to have different footer for each page #42

Closed
devopstoday11 opened this issue Feb 6, 2023 · 1 comment
Closed

want to be able to have different footer for each page #42

devopstoday11 opened this issue Feb 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@devopstoday11
Copy link
Contributor

@tfsojon
As of now, the footer section is common for every page on the website and also the docs site.
I want to be able to declare different footers for different pages using some markdown file somewhere; if I want to in the future. Please make it possible.
Note:- I don't plan to have a different footer for each page as of now. But in the future, it is definitely a requirement because of the way we are going to present our content. By the way, the footer content is not going to change; what I want to change is the background color or insert a transparent image as the background for the footer or something like that. Please add a feature to make this possible.
Use the chandu branch to submit your PR, please.

@devopstoday11 devopstoday11 added the enhancement New feature or request label Feb 6, 2023
@tfsojon
Copy link
Collaborator

tfsojon commented Feb 7, 2023

Update footer in 73ce3b6 and f50bd88
if you want to use different style for different pages then need to add this on that page like this -

footer:
footer_light: false
# bg_color: "#1e384c"
# bg_image: "images/bg-banner-page.jpg"
# bg_image_overlay_color: "rgba(0,0,0,.65)"

or if you want to change the style for every pages then change it from params.toml

[footer]
footer_light = false
# bg_color = "#1e384c"
# bg_image = "images/bg-banner-page.jpg"
bg_image_overlay_color = "rgba(0,0,0,.65)"

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants