From 24db39a49e1f69890c2c5be92a6fb2a4ccf232a6 Mon Sep 17 00:00:00 2001 From: Paddy McCann Date: Tue, 3 Sep 2024 14:06:24 +0100 Subject: [PATCH] Includes optional what3words address of the workshop venue --- index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.md b/index.md index 29c200a8..a88e8f69 100644 --- a/index.md +++ b/index.md @@ -9,6 +9,7 @@ country: "FIXME" # lowercase two-letter ISO country code such as "fr" (see 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 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) +what3words: # optional: what3words (https://https://what3words.com) address of the workshop venue, without leading slashes e.g. "globe.lessening.computers" humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") humantime: "FIXME" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)" startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 @@ -174,6 +175,10 @@ address. OpenStreetMap or Google Maps. + {% if page.what3words %} + What3Words location: + ///{{page.what3words}}. + {%endif %}

{% elsif online == "true_public" %}