From f9c206e89bdc8f09a08fa3c1cb956a705167720b Mon Sep 17 00:00:00 2001 From: pretyflaco Date: Tue, 4 Jan 2022 17:44:47 +0300 Subject: [PATCH] Update meetups.json (#42) * Update meetups.json Add Yirmibir Istanbul Bitcoin Meetup * Fix Co-authored-by: Dennis Reimann --- content/meetups.json | 6 ++++++ src/meetups.pug | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/content/meetups.json b/content/meetups.json index cbe03f6f298..607e7a2164b 100644 --- a/content/meetups.json +++ b/content/meetups.json @@ -356,5 +356,11 @@ "url": "https://t.me/+ML6iWXSsgTdiNGI6", "country": "ES", "state": ["Canaria"] + }, + { + "name": "Yirmibir Istanbul", + "url": "https://t.me/YirmibirBitcoin", + "country": "TR", + "state": ["Istanbul"] } ] diff --git a/src/meetups.pug b/src/meetups.pug index ee7b37f619d..a199761aa12 100644 --- a/src/meetups.pug +++ b/src/meetups.pug @@ -50,4 +50,4 @@ block main each m in filterUnmapped(meetups) li(class=clss(m) style=style(m)) a(href=m.url target="_blank" rel="nofollow noopener") - = m.name.replace('Einundzwanzig ', '').replace('Bitcoin ', '') + = m.name