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