1 2 3 4 5 6 7 8 9 10 11 12 13
|
# links: Extra metadata for external links.
It is a list of dicts of metadata, one for each link. In each dict, these keys are recognised:
* `title`: str: short title for the link
* `url`: str: external URL
* `abstract`: str: long description or abstract for the link
* `archive`: str: URL to an archived version of the site
* `tags`: List[str]: tags for this link
* `related`: List[Dict[str, str]]: other related links, as a list of dicts with
`title` and `url` keys
[Back to reference index](../README.md)
|