diff --git a/README.md b/README.md index 9cbdc1f..79da11e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Calendar with all events and links: | # id | date | location | 👥 | coincidence | dri | links | | --- | --- | --- | --- | --- | --- | --- | -| #1 → [`w3ps1`](https://github.com/web3privacy/w3ps1) | 2023-06-05 | 🇨🇿 Prague | 180 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree | [web](https://prague.web3privacy.info/), [git](https://github.com/web3privacy/w3ps1) | +| #1 → `w3ps1` | 2023-06-05 | 🇨🇿 Prague | 180 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree | [web](https://prague.web3privacy.info/), [git](https://github.com/web3privacy/w3ps1) | ### Meetups diff --git a/README.tpl.eta b/README.tpl.eta index 60bb449..967a58c 100644 --- a/README.tpl.eta +++ b/README.tpl.eta @@ -29,7 +29,7 @@ Calendar with all events and links: | # id | date | location | 👥 | coincidence | dri | links | | --- | --- | --- | --- | --- | --- | --- | <% it.events.summits.forEach(function(event, i){ %> -| #<%= i+1%> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> | +| #<%= i+1%> → `<%= event.id %>` | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> | <% }) %> ### Meetups