I’d like to add a param like this to my config.toml:
[[params.social]]
icon = "tf-ion-android-mail"
link = "mailto:foo@bar.com"
But rather than duplicating the email address, refer to the previously defined:
email = "foo@bar.com"
Is this possible?