From 96e727d93d3d51644ca5c5aba198add41878e863 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Sun, 25 Apr 2021 17:50:36 -0500
Subject: [PATCH] Remove highlight on unpublished data

---
 layouts/custom/sc.data.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html
index a8564cf..8897b0b 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>
-- 
GitLab