Theme: Add link to "Z9" location
All checks were successful
/ build (push) Successful in 13s

This commit is contained in:
jtbx 2024-02-20 21:23:42 +01:00
parent 9b577a908f
commit 0f533e21e5

View file

@ -19,7 +19,11 @@
{{- else }}
<td><a href="{{ $potentialUrl }}">{{ .summary }}</a></td>
{{- end }}
{{- if eq .location "Z9" }}
<td><a href="https://wiki.hamburg.ccc.de/club:z9:start">Z9</a></td>
{{- else }}
<td>{{ .location }}</td>
{{- end }}
</tr>
{{- end }}
{{- end }}