From 0559a207aa1a6770645953467b45d66d7a8e6b54 Mon Sep 17 00:00:00 2001
From: Jennifer Mankoff <jmankoff@cs.washington.edu>
Date: Tue, 9 Mar 2021 22:23:43 -0800
Subject: [PATCH] Fixed draft alert to use quarter instead of git branch

---
 _layouts/default.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index 247b9d11..f7180f93 100755
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -13,7 +13,7 @@
 
     {% if page.warning != none %}
     <div id="unpublished-warning">
-      This is the {{site.git_branch}} {{site.status}} website. 
+      This is the {{site.quarter}} {{site.status}} website. 
     </div>
     {% endif %}
 
-- 
GitLab