🚸 Add ability to change link targets and titles

This commit is contained in:
James Panther
2021-11-06 17:44:29 +11:00
parent 12e035a585
commit b276d32a04
8 changed files with 46 additions and 161 deletions

View File

@@ -65,9 +65,11 @@ Links can either be a simple string containing the URL for the link, or an objec
Acceptable link parameters are:
- `href` = the URL the link should point to
- `icon` = the name of the icon to use for this link (optional)
- `text` = the link text (optional)
- `href` = the URL the link should point to (required)
- `icon` = the name of the icon to use for this link
- `text` = the link text
- `target` = the target of the link (default: `_blank`)
- `title` = the HTML title of the link
```toml
[author]