diff --git a/content/_index.md b/content/_index.md index 4418af9f..bdffb6c8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -48,6 +48,7 @@ description = "Foundational tools for single-cell omics data analysis" name = "SnapATAC2" description = "Single-cell ATAC analysis framework" url = "https://scverse.org/SnapATAC2/" + no_icon = true [[packages]] name = "rapids-singlecell" diff --git a/layouts/partials/main/packages.html b/layouts/partials/main/packages.html index 83af9543..9feebd1f 100644 --- a/layouts/partials/main/packages.html +++ b/layouts/partials/main/packages.html @@ -8,7 +8,11 @@
- Logo for {{ .name }} + {{ if not .no_icon }} + Logo for {{ .name }} + {{ else }} + + {{ end }}