From ce0090b63d7760400fbd70faa0daf59fa6a5858c Mon Sep 17 00:00:00 2001 From: Andrzej Romaniuk <49647768+AndrzejRomaniuk@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:49:04 +0100 Subject: [PATCH] Update country to lowercase --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index df6c75b..7832503 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ layout: workshop # DON'T CHANGE THIS. # https://carpentries.github.io/workshop-template/customization/index.html venue: "University of Edinburgh" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University") address: "online" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' -country: "UK" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop +country: "gb" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop language: "en" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the workshop latitude: "45" # decimal latitude of workshop venue (use https://www.latlong.net/) longitude: "-1" # decimal longitude of the workshop venue (use https://www.latlong.net)