From 390143c0b4377a9c3e48cb39a40cbd194ea6c82c Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Mon, 13 Jun 2022 23:50:50 -0700
Subject: [PATCH] test login.html

---
 login.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/login.html b/login.html
index da26683..a12974d 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>
-- 
GitLab