CHANGE logo display

This commit is contained in:
Hoernschen 2022-10-24 13:28:44 +02:00
parent dd6856f56b
commit 03317e4f9a
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
2 changed files with 5 additions and 2 deletions

View file

@ -8,10 +8,12 @@
{{end}}
<div id="{{ $id }}" class="section {{if eq $odd 0}} section-even {{end}}">
<div class="section-content funding">
{{ with $logos.title }}
<div class="title">
<h1 class="content-title">{{ $logos.title }}</h1>
<h1 class="content-title">{{ . }}</h1>
<div class="divider"></div>
</div>
{{ end }}
<div class="funding-logos">
{{- range $logos.logos}}
<a href="{{ .url }}"><img class="funding-logo" src="{{ .logo }}" alt="{{ .text }}"></a>