Put names of couples in overview list

This commit is contained in:
Christian Wolf 2024-01-14 23:16:52 +01:00
parent 6a8ece286f
commit edfe36905d

View File

@ -9,7 +9,7 @@
{{ if ge $date (now.AddDate 0 0 -1) }}
<div class="turniermeldung">
<div class="date">{{ $date.Format "02.01.2006" }}</div>
<div class="ort"><a href="{{ .RelPermalink }}">{{ .Params.ort }}</a></div>
<div class="ort"><a href="{{ .RelPermalink }}">{{ .Params.ort }} ({{ .Params.partner }} / {{ .Params.partnerin }})</a></div>
</div>
{{ end }}
{{ end }}