Skip to content

Commit 0043b9d

Browse files
authored
Add schema to conference URL (#338)
Without the schema, jekyll tries to append the url to the end of the base url. Example: https://blackpythondevs.com/conferences/2024.djangocon.us/
1 parent a0bc772 commit 0043b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/conferences.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
summary: DjangoCon US 2024 has been announced! Join us for five days of inspiration,
66
education, and networking opportunities centering around the Django web framework.
77
type: both
8-
url: 2024.djangocon.us/
8+
url: https://2024.djangocon.us/

0 commit comments

Comments
 (0)