Skip to content

Commit

Permalink
Update country to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrzejRomaniuk authored Nov 18, 2023
1 parent 78106c1 commit ce0090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce0090b

Please sign in to comment.