Skip to content

Commit

Permalink
docs: Fix favicon (#2154)
Browse files Browse the repository at this point in the history
Currently the docs (https://com-lihaoyi.github.io/mill/mill/Intro_to_Mill.html) have
no favicon. This fixes that to use `favicon.png`, which was probably the
original intention.

Pull request: #2154
  • Loading branch information
nafg authored Dec 1, 2022
1 parent f03c3c3 commit 8fc3638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/antora/supplemental-ui/partials/head-icons.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="icon" href="{{{uiRootPath}}}/favicon.png" type="image/x-icon">

0 comments on commit 8fc3638

Please sign in to comment.