From 6c5b16ea2f11c2f9efbcd2e44b71423d87bcc90b Mon Sep 17 00:00:00 2001 From: Stephen Walsh <868017+stphnwlsh@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:04:21 +1000 Subject: [PATCH] Revert adding alternative configuration --- exampleSite/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9e786da..1c227ca 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,7 +7,6 @@ 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" } },