Skip to content

Commit

Permalink
Fixed bug in favicon location for footer
Browse files Browse the repository at this point in the history
- vignettes triggered a warning about the missing
  favicon in the articles footer
- the path spec was a level off
- this fixes the issue; no more warnings and
  the logo is on all articles
  • Loading branch information
stufield committed Mar 13, 2024
1 parent 7f2af7e commit 3593a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ footer:
left: [logo, package, developed_by]
right: built_with
components:
logo: "<img src='favicon-16x16.png'>"
logo: "<img src='../favicon-16x16.png'>"

template:
bootstrap: 5
Expand Down

0 comments on commit 3593a0e

Please sign in to comment.