diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1c227ca..9e786da 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,6 +7,7 @@ disableKinds = ["taxonomy", "term"] [author] name = "Lynx" image = "author.jpg" + alternative = "Lynx" links = [ { link = { href = "https://github.com/jpanther/lynx/blob/stable/README.md", text = "View the readme", icon = "github" } }, { link = { href = "styles/", text = "All the link styles", target = "_self" } },