From a1841e8e5baf76d848b6d0a0f1260a5733ef3f80 Mon Sep 17 00:00:00 2001 From: Alex Oladele Date: Sat, 29 Jun 2024 14:57:35 -0400 Subject: [PATCH] Add schema to conference URL Without the schema, jekyll tries to append the url to the end of the base url. Example: https://blackpythondevs.com/conferences/2024.djangocon.us/ --- _data/conferences.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/conferences.yml b/_data/conferences.yml index 139b867..61ed421 100644 --- a/_data/conferences.yml +++ b/_data/conferences.yml @@ -5,4 +5,4 @@ summary: DjangoCon US 2024 has been announced! Join us for five days of inspiration, education, and networking opportunities centering around the Django web framework. type: both - url: 2024.djangocon.us/ + url: https://2024.djangocon.us/