diff --git a/login.html b/login.html
index da26683b9819ad616f08529ee7627fdc9ed02c07..a12974da0bda690b7a56f8e1c3cc98aec153096c 100644
--- a/login.html
+++ b/login.html
@@ -7,14 +7,14 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
 
 {% block main %}
 <div class="container text-center csusb">
-    <h1>{{ csusb_hub_title or 'Welcome to Cal State San Bernardino JupyterHub' }}</h1>
-    <h2>{{ csusb_hub_subtitle }}</h2>
+    <h1>{{ csusb_hub_title  }}</h1>
+    <!-- <h2>{{ csusb_hub_subtitle }}</h2> -->
     <h4>
-      <p>
+      <!-- <p>
       {% if csusb_welcome %}
       {{ (csusb_welcome | safe) }}
       {% else %}
-      </p>
+      </p> -->
       <p>For more information about HPC at CSUSB, 
       visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a>
       {% endif %} </p>