add nolympia announcement (#142)
All checks were successful
/ build (push) Successful in 15s

Reviewed-on: #142
Reviewed-by: stb <stb@noreply.git.hamburg.ccc.de>
This commit is contained in:
lilly 2026-05-23 23:32:20 +02:00 committed by lilly
commit 239598dc4e
4 changed files with 65 additions and 9 deletions

View file

@ -46,8 +46,10 @@
{{- end }}
</div>
{{- if isset .Params "header" }}
{{- $img := .Resources.GetMatch .Params.header.image }}
<img class="container" src="{{ $img.RelPermalink }}" alt="{{ .Params.header.caption }}" />
{{- end }}
<div class="image-container">
{{- $img := .Resources.GetMatch .Params.header.image }}
<img src="{{ $img.RelPermalink }}" alt="{{ .Params.header.caption }}" />
{{- end }}
</div>
</header>
{{- end }}