Skip to content

Commit 24db39a

Browse files
authored
Includes optional what3words address of the workshop venue
1 parent 780599f commit 24db39a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ country: "FIXME" # lowercase two-letter ISO country code such as "fr" (see
99
language: "FIXME" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the workshop
1010
latitude: "45" # decimal latitude of workshop venue (use https://www.latlong.net/)
1111
longitude: "-1" # decimal longitude of the workshop venue (use https://www.latlong.net)
12+
what3words: # optional: what3words (https://https://what3words.com) address of the workshop venue, without leading slashes e.g. "globe.lessening.computers"
1213
humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
1314
humantime: "FIXME" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
1415
startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
@@ -174,6 +175,10 @@ address.
174175
<a href="//www.openstreetmap.org/?mlat={{page.latitude}}&mlon={{page.longitude}}&zoom=16">OpenStreetMap</a>
175176
or
176177
<a href="//maps.google.com/maps?q={{page.latitude}},{{page.longitude}}">Google Maps</a>.
178+
{% if page.what3words %}
179+
What3Words location:
180+
<a href="https://what3words.com/{{page.what3words}}">///{{page.what3words}}</a>.
181+
{%endif %}
177182
</p>
178183
{% elsif online == "true_public" %}
179184
<p id="where">

0 commit comments

Comments
 (0)