Footer Settings

To configure footer go to /config.toml file and find # Footer Settings:

# Footer Settings
[params.footer]
copyright = "© 2022 Ober. All Rights Reserved"
developer = "bslthemes"
  • "copyright" - Copyright Text

  • "developer" - Developer Name

To change social icons (for footer and menu overlay popup) go to /config.toml file and find # Social Settings:

# Social Settings
[[params.social]]
title = "Twitter"
icon = "fab fa-twitter"
url = "https://www.twitter.com/"
weight = 1
[[params.social]]
title = "Dribbble"
icon = "fab fa-dribbble"
url = "https://www.dribbble.com/"
weight = 2
[[params.social]]
title = "Behance"
icon = "fab fa-behance"
url = "https://www.behance.net/"
weight = 3
  • "title" - Title Text

  • "icon" - FontAwesome Icon Class

  • "url" - Link

  • "weight" - Order Index

Last updated