From d70630ee237547c723397f0cfca4a212f8f27246 Mon Sep 17 00:00:00 2001
From: Jen Mankoff <jmankoff@cs.washington.edu>
Date: Thu, 4 May 2023 19:54:50 -0700
Subject: [PATCH] added "draft"

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

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