add link to source

This commit is contained in:
tree🌴 2023-11-05 21:43:09 +01:00
parent 055750f3b7
commit c51a1f0a36
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| meetup | `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | |
| meetup | `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | |
[Source file](./events/events.yaml)
## Events maintaners
- Tree ([@burningtree](https://github.com/burningtree))

View File

@ -29,6 +29,8 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| <%= event.type %> | `<%= event.id %>` | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : 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(", ")) || "" %> |
<% }) %>
[Source file](./events/events.yaml)
## Events maintaners
- Tree ([@burningtree](https://github.com/burningtree))