diff --git a/miniconf/load_site_data.py b/miniconf/load_site_data.py index ce998d5..9fddd00 100644 --- a/miniconf/load_site_data.py +++ b/miniconf/load_site_data.py @@ -800,7 +800,7 @@ def build_sponsors(site_data, by_uid, display_time_format) -> None: end = start + timedelta(hours=session["duration"]) else: end = session["end"].astimezone(pytz.timezone("GMT")) - day = start.strftime("%A") + day = start.strftime("%A, %b %d") start_time = start.strftime(display_time_format) end_time = end.strftime(display_time_format) time_string = "{} ({}-{} GMT)".format(day, start_time, end_time) diff --git a/sitedata/config.yml b/sitedata/config.yml index 8b7d5ce..446add2 100644 --- a/sitedata/config.yml +++ b/sitedata/config.yml @@ -20,7 +20,7 @@ paper_images_path: https://acl2020-public.s3.amazonaws.com/papers default_presentation_id: 38931484 # Remove or change to your chat server. -chat_server: acl2020.rocket.chat +chat_server: emnlp2020.rocket.chat calendar: start: '2020-11-16' diff --git a/static/images/sponsors/Google_Research.png b/static/images/sponsors/google_research.png similarity index 100% rename from static/images/sponsors/Google_Research.png rename to static/images/sponsors/google_research.png diff --git a/templates/sponsors.html b/templates/sponsors.html index ed5886d..c7178c2 100644 --- a/templates/sponsors.html +++ b/templates/sponsors.html @@ -24,25 +24,27 @@