- add custom type for social.links. User can set type = custom with id
as a custom URL.
[[social.links]]
type = "custom"
id = "https://example.com/"
icon = "fab fa-github"
- Update layouts/partials/language-selector.html to add
hugo.IsMultilingual for multilanguage support to hide drop down menu
- Update layours/partials/sidebar.html to add hugo.IsMultilingual to
hide language icon.