Nice to have .Page.ExternalLinks

I want to add on an page a list of used external links. The linked text can be the key, the url the value.
I want to render it like a list, sorted by the keys

Google: https://www.google.com
Awesome Font: https://fontawesome.com/

etc…

Have a look at using Data in Hugo. You can collect just lists in TOML/YAML/JSON files and loop through them in your template files.

I want to have the used links in this collection.
in md-file

[awesome-fonts](http://fontawesome.com)

should go to this collection.
I don’t want to write it twice!