diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html
index d45a0c4f3210d619cb59dbbfd551b577ab561dd3..c06acac5903e604bb330ee90d4d9fd4c4df4b61b 100644
--- a/layouts/custom/sc.data.html
+++ b/layouts/custom/sc.data.html
@@ -1,66 +1,61 @@
-{{ partial "header.html" . }}
-
-<div class="header">
-    <h1>{{ .Title }}</h1>
-    <h2>{{ .Description }}</h2>
-</div>
-
-<style>
-    .cloud {
-        margin: 0;
-        max-width: none;
-    }
-    .select {
-        float: top;
-        z-index: 1;
-        top: 0px;
-        overflow-x: hidden;
-        padding: 8px 10px;
-    }
-    .column {
-        float: left;
-        text-align: center;
-        width: 50%;
-    }
-    img {
-        max-width: 75%;
-        height: auto;
-    }
-    @media (max-width: 1000px) {
-        .column  {
-            width: 100%;
-        }
-    }
-</style>
-
-
-
-
-<div class="cloud">
-    <div class="select">
-        <div class="column">
-            <img src="/gene.cloud/Genes.hu.202004.png" alt="April 2020 Human Genes" class="img"/>
-            <H5>Human Genes Searched (April 2020)</H5>
-        </div>
-        <div class="column">
-            <img src="/gene.cloud/Genes.mu.202004.png" alt="April 2020 Mouse Genes" class="img"/>
-            <H5>Mouse Genes Searched (April 2020)</H5>
-        </div>
-    </div>
-</div>
-<div class="content">
-    <hr>
-    <br>
-    {{ range where .Pages.ByWeight "Params.current" true }}
-        <li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
-    {{ end }}
-    <br>
-    <hr>
-    <br>
-    <h3 style="text-align: center">CZI cellxgene (with Novartis' cellxgene-gateway) for data exploration (in development)</h3>
-    {{ range where .Pages.ByWeight "Params.current" false }}
-        <li><i><a href="{{.Permalink}}">{{.Params.name}}</a></i></li>
-    {{ end }}
-</div>
-
+{{ partial "header.html" . }}
+
+<div class="header">
+    <h1>{{ .Title }}</h1>
+    <h2>{{ .Description }}</h2>
+</div>
+
+<style>
+    .cloud {
+        margin: 0;
+        max-width: none;
+    }
+    .select {
+        float: top;
+        z-index: 1;
+        top: 0px;
+        overflow-x: hidden;
+        padding: 8px 10px;
+    }
+    .column {
+        float: left;
+        text-align: center;
+        width: 50%;
+    }
+    img {
+        max-width: 75%;
+        height: auto;
+    }
+    @media (max-width: 1000px) {
+        .column  {
+            width: 100%;
+        }
+    }
+</style>
+
+
+
+
+<div class="cloud">
+    <div class="select">
+        <div class="column">
+            <img src="/gene.cloud/Genes.hu.202004.png" alt="April 2020 Human Genes" class="img"/>
+            <H5>Human Genes Searched (April 2020)</H5>
+        </div>
+        <div class="column">
+            <img src="/gene.cloud/Genes.mu.202004.png" alt="April 2020 Mouse Genes" class="img"/>
+            <H5>Mouse Genes Searched (April 2020)</H5>
+        </div>
+    </div>
+</div>
+<div class="content">
+    <hr>
+    <br>
+    {{ range where .Pages.ByWeight "Params.current" true }}
+        <li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
+    {{ end }}
+    <br>
+    <hr>
+</div>
+
 {{ partial "footer.html" . }}
\ No newline at end of file