Global footer

Site global footer displays expanded version of the complete site navigation plus optional out-links.

You can add social out-links and more to your global footer. In your config.toml add:

    [extra.poly]
    social_outlink = [
        {href="https://www.linkedin.com/", title="LinkedIn", icon=false},
        {href="mailto:email@domain.com", title="Email", icon=false},
        {href="tel:+05890000111", title="0-589-0000111", icon=false},
    ]

To add an icons to links in footer add an icon font to your project and set icon="font-prefix icon-name" in the link config.

    [extra.poly]
    social_outlink = [
        {href="https://www.linkedin.com/", title="LinkedIn", icon="fas fa-linkedin"},
    ]

You can add optional license page and link to it in your footer.

    [extra.poly]
    license="license.md"