From 80b8e7bd8e9bbc7b0e4bf8276706e1d1aa28a48f Mon Sep 17 00:00:00 2001 From: Stephen Walsh <868017+stphnwlsh@users.noreply.github.com> Date: Mon, 14 Feb 2022 12:39:47 +1000 Subject: [PATCH] Add alternative text --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) 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" } },