From c8bc5f61725fbbbc1fcf0a6210ce9fac2c5eacfd Mon Sep 17 00:00:00 2001 From: slashformotion <45801817+slashformotion@users.noreply.github.com> Date: Sat, 21 Aug 2021 11:29:48 +0200 Subject: [PATCH] Fix the icon in the header menu for the repo link (#28) Fixes #26 --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a3c302c..b4f10b1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -76,7 +76,7 @@ katex = false url = "/about" [[menu.nav]] name = "Source Code" - pre = " " + pre = " " weight = -70 identifier = "github" url = "https://github.com/slashformotion/hugo-tufte"