mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-20 11:40:19 +00:00
Add Telegram overview
This commit is contained in:
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