Fix the icon in the header menu for the repo link (#28)

Fixes #26
This commit is contained in:
slashformotion 2021-08-21 11:29:48 +02:00 committed by GitHub
parent 70c7b91f81
commit c8bc5f6172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ katex = false
url = "/about" url = "/about"
[[menu.nav]] [[menu.nav]]
name = "Source Code" name = "Source Code"
pre = "<i class='fas fa-github fa-lg'></i> " pre = "<i class='fab fa-github fa-lg'></i> "
weight = -70 weight = -70
identifier = "github" identifier = "github"
url = "https://github.com/slashformotion/hugo-tufte" url = "https://github.com/slashformotion/hugo-tufte"