Website/layouts/partials/widgets/events.html

9 lines
379 B
HTML
Raw Normal View History

2018-07-11 20:45:17 +02:00
{{- if .Site.Params.widgets.events }}
<div class="widget-events widget">
<h4 class="widget-events__title widget__title">{{ T "events_title" }}</h4>
<div class="widget__content">
2020-05-04 18:55:06 +02:00
<strong>Skeptiker Stammtisch</strong> am 4. Mai 2020 um 19 Uhr mittels <a class="widget-events__link" href="https://meet.ffmuc.net/SkeptikerNord">Videokonferenz</a>.
2018-07-11 20:45:17 +02:00
</div>
</div>
{{- end }}