Hello there!
I just found that after I put my affiliation url link into config.toml, I click it in my deployed personal website and url link shows “www.(mydomain)/www.(my affiliation url)”, as shown below. This definitely is incorrect. My template is hugo-academic.
# Organizations/Affiliations.
# Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
organizations = [ { name = "Universidad de Murcia", url = "www.um.es" } ]
I hope someone can help me to solve the problem. Thanks in advance!