mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Add Telegram overview
This commit is contained in:
@@ -28,6 +28,7 @@ html(lang="en")
|
||||
a(href="/meetups/" class=(navCurrent === 'meetups' && 'current')) Meetups
|
||||
a(href="/events/" class=(navCurrent === 'events' && 'current')) Events
|
||||
a(href="/spenden/" class=(navCurrent === 'spenden' && 'current')) Spenden
|
||||
a(href="/telegram/" class=(navCurrent === 'telegram' && 'current')) Telegram
|
||||
a(href=site.meta.youtubeUrl target="_blank" rel="nofollow noopener") YouTube
|
||||
a(href=site.meta.shoutoutUrl target="_blank" rel="nofollow noopener") Shout-Out
|
||||
.navItem
|
||||
|
||||
20
src/telegram.pug
Normal file
20
src/telegram.pug
Normal file
@@ -0,0 +1,20 @@
|
||||
extends /template.pug
|
||||
|
||||
block vars
|
||||
- const title = 'Telegram-Gruppen'
|
||||
- const description = 'Eine Liste von Telegram-Gruppen der Einundzwanzig Community.'
|
||||
|
||||
block main
|
||||
#telegram.wrap
|
||||
section
|
||||
h1= title
|
||||
p= description
|
||||
|
||||
:markdown-it(html linkify typographer)
|
||||
Neue Meetups können gerne [per Pull Request](https://github.com/Einundzwanzig-Podcast/einundzwanzig.space/edit/master/content/telegram.json) hinzugefügt werden.
|
||||
Hier gibt es ein [Video-Tutorial](https://www.youtube.com/watch?v=BNJc9LExEzU), wie ein neuer Pull Request erstellt werden kann.
|
||||
|
||||
ul
|
||||
each group in telegram
|
||||
li
|
||||
a(href=group.url rel="nofollow noopener" target="_blank")= group.name
|
||||
Reference in New Issue
Block a user