🚸 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

@@ -8,8 +8,8 @@ disableKinds = ["taxonomy", "term"]
name = "Lynx"
image = "author.jpg"
links = [
{ link = { href = "readme/", text = "View the readme" } },
{ link = { href = "styles/", text = "All the link styles" } },
{ link = { href = "https://github.com/jpanther/lynx/blob/stable/README.md", text = "View the readme" } },
{ link = { href = "styles/", text = "All the link styles", target = "_self" } },
{ github = "https://github.com/jpanther/lynx" },
{ twitter = "https://twitter.com/jpanther" },
{ font-awesome = { href = "https://fontawesome.com/", text = "FontAwesome" } },