update index.qmd
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@ tibble::tibble(branch = system("git branch -a", intern = TRUE)) |>
|
||||
htmlstr = paste0(
|
||||
"## [**Version**: ",
|
||||
branch,
|
||||
"](https://drc.drwater.net/{{< var projtype >}}/{{< var pubtype >}}/{{< var reponame >}}/",
|
||||
"](https://drc.drwater.net/{{< var projtype >}}/",
|
||||
ifelse(grepl("pub", branch, ignore.case = TRUE), "public", "protected"),
|
||||
"/{{< var reponame >}}/",
|
||||
branch,
|
||||
"/)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user