Skip to content

Commit

Permalink
Always showing badges + removing download badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKrantz committed Jun 1, 2024
1 parent d87f35a commit 88523ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build-home-index.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build_home_index <- function(pkg = ".", quiet = TRUE) {
strip_header <- isTRUE(pkg$meta$home$strip_header)
hide_badges <- FALSE # pkg$development$mode == "release" && !pkg$development$in_dev
strip_header <- config_pluck_bool(pkg, "home.strip_header", default = FALSE)
hide_badges <- pkg$development$mode == "release" && !pkg$development$in_dev
hide_badges <- FALSE #pkg$development$mode == "release" && !pkg$development$in_dev

update_html(
dst_path,
Expand Down

0 comments on commit 88523ff

Please sign in to comment.