added telephone numbers as approved by the plenum

more-telephones
Moritz Kempe 2023-11-28 01:31:34 +01:00
parent 1cb61b706b
commit ad51adecc1
12 changed files with 20 additions and 0 deletions

View File

@ -22,6 +22,7 @@ event:
begin: '19.00'
link: https://www.ccc.de/de/club/chaostreffs
matrix_channel: '#Chaostreff:chat.dezentrale.space'
tel: '7926'
---
{{< event_weekly >}}

View File

@ -22,6 +22,7 @@ event:
begin: '19.30'
finish: '22.30'
matrix_channel: '#elektronikrunde:chat.dezentrale.space'
tel: '7919'
---
{{< event_weekly >}}

View File

@ -18,6 +18,7 @@ event:
begin: '20.30'
link: https://freifunk-leipzig.de
matrix_channel: '#freifunk:chat.dezentrale.space'
tel: '7924'
---
{{< event_weekly >}}

View File

@ -24,6 +24,7 @@ event:
interval: 4ten
begin: '20.00'
matrix_channel: '#funktionaler-stammtisch:matrix.org'
tel: '7922'
---
{{< event_weekly >}}

View File

@ -19,6 +19,7 @@ event:
begin: '19.30'
finish: '22.30'
matrix_channel: '#audiohacking:chat.dezentrale.space'
tel: '7920'
---
{{< event_weekly >}}

View File

@ -23,6 +23,7 @@ event:
interval: letzten
begin: '19.00'
link: https://www.haecksen.org
tel: '7921'
---
{{< event_weekly >}}

View File

@ -23,6 +23,7 @@ event:
begin: '17.00'
link: https://hardwareforfuture.de
matrix_channel: '#HW4FAllgemein:chat.dezentrale.space'
tel: '7923'
---
{{< event_weekly >}}

View File

@ -24,6 +24,7 @@ event:
finish: '21.30'
link: 'https://wiki.dezentrale.space/Protokolle'
matrix_channel: '#plenum:chat.dezentrale.space'
tel: '7917'
---
{{< event_weekly >}}

View File

@ -27,6 +27,7 @@ event:
finish: '21.00'
# remote_url: https://meetmeetmeet.de/dezentrale-programmierrunde
matrix_channel: '#programmierrunde:chat.dezentrale.space'
tel: '7918'
---
{{< event_weekly >}}

View File

@ -24,6 +24,7 @@ event:
finish: '21.00'
link: https://techniksprechstunde.de
matrix_channel: '#techniksprechstunde:chat.dezentrale.space'
tel: '7925'
---
{{< event_weekly >}}

View File

@ -16,6 +16,7 @@
{{- $link := $.Page.Param "event.weekly.link" }}
{{- $remote_url := $.Page.Param "event.weekly.remote_url" }}
{{- $matrix_channel := $.Page.Param "event.weekly.matrix_channel" }}
{{- $tel := $.Page.Param "event.weekly.tel" }}
<p>
{{ $intro }}
</p>
@ -54,6 +55,12 @@
<a href="https://matrix.to/#/{{ . }}">{{ . }}</a>
</dd>
{{- end }}
{{- with $tel }}
<dt>Telefon</dt>
<dd>
<a href="tel:+4922159619{{ . }}">+49 221 - 59 61 9 {{ . }}</a>
</dd>
{{- end }}
{{- with $link }}
<dt>Website</dt>
<dd>

View File

@ -15,6 +15,9 @@
{{- with $page.Param "event.weekly.matrix_channel" }}
<a href="https://matrix.to/#/{{ . }}">Matrix Channel</a>
{{- end }}
{{- with $page.Param "event.weekly.tel" }}
<a href="tel:+4922159619{{ . }}">+49 221 - 59 61 9 {{ . }}</a>
{{- end }}
<br>
<small>
{{- with $page.Param "event.weekly.interval" }}