Website/layouts/partials/widgets/events.html

9 lines
374 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">
2019-06-10 10:05:38 +02:00
<strong>Skeptiker Stammtisch</strong> am 1. Juli 2019 um 19 Uhr im Restaurant <a class="widget-events__link" href="https://www.gutenberg-kiel.de">Gutenberg</a>.
2018-07-11 20:45:17 +02:00
</div>
</div>
{{- end }}