From 95a5b09e3295fff89a17d7a197d21e57d9314c86 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sat, 6 Nov 2021 17:52:19 +1100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Update=20readme=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b116a9c..1c227ca 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,7 +8,7 @@ disableKinds = ["taxonomy", "term"] name = "Lynx" image = "author.jpg" links = [ - { link = { href = "https://github.com/jpanther/lynx/blob/stable/README.md", text = "View the readme" } }, + { 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" } }, { github = "https://github.com/jpanther/lynx" }, { twitter = "https://twitter.com/jpanther" },