Skip to content

Commit

Permalink
Strip name since it causes whisker to have problems
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 16, 2024
1 parent b44f9e5 commit ddf8bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build-favicons.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ copy_favicons <- function(pkg = ".") {
has_favicons <- function(pkg = ".") {
pkg <- as_pkgdown(pkg)

file_exists(path(pkg$src_path, "pkgdown", "favicon"))
unname(file_exists(path(pkg$src_path, "pkgdown", "favicon")))
}

0 comments on commit ddf8bf1

Please sign in to comment.