diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html index a8564cf08ad61cec94017c40b9ce9b648339c266..8897b0b19f51fe47cfa3a163dec81538e9467e46 100644 --- a/layouts/custom/sc.data.html +++ b/layouts/custom/sc.data.html @@ -110,7 +110,7 @@ <hr> <h2><i>Visualization of Unpublished Data with <a href="https://chanzuckerberg.github.io/cellxgene/">CZI's cellxgene</a></i></h2> {{ range where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" true}} - <li><b><a href="{{.Permalink}}"><mark>{{.Params.name}}</mark></a></b></li> + <li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li> {{ end }} <br> <hr>