add nolympia announcement (#142)
All checks were successful
/ build (push) Successful in 15s
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:
parent
1249bd5aee
commit
239598dc4e
4 changed files with 65 additions and 9 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue