Skip to content

Commit b046715

Browse files
Merge pull request #7 from RejektsConference/isovalent-sponsor
2 parents c08c925 + 8d22ce5 commit b046715

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

config.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,14 @@ params:
129129
# logo: microsoft-azure.jpg
130130
- type: Supporter
131131
sponsors: []
132-
# - name: CNCF
133-
# link: https://www.cncf.io/
134-
# logo: cncf.png
135-
# - name: Isovalent
136-
# link: https://isovalent.com/
137-
# logo: isovalent.png
138132
- type: Community
139-
sponsors: []
140-
# - name: Kubesimplify
141-
# link: https://kubesimplify.com/
142-
# logo: Kube_simplify.png
133+
sponsors:
134+
- name: Isovalent
135+
link: https://isovalent.com/
136+
logo: isovalent.png
137+
- name: Artem
138+
logo: artem.png
139+
# link: TBC
143140
- type: Media
144141
sponsors: []
145142
# - name: The New Stack

static/images/sponsors/artem.png

52.3 KB
Loading
27.9 KB
Loading

themes/rejekts/layouts/partials/sponsors.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ <h2 class="sponsor__title">Sponsors</h2>
1616
<ul class="sponsor__list type-{{ lower .type }} list-inline">
1717
{{ range first 5 .sponsors }}
1818
<li class="sponsor__item list-inline-item">
19+
{{ if .link }}
1920
<a href="{{ .link }}" target="_blank" class="sponsor__image-link">
21+
{{ end }}
2022
<img src="/images/sponsors/{{ .logo }}" alt="{{ .logo }}" class="sponsor__image">
23+
{{ if .link }}
2124
</a>
25+
{{ end }}
2226
</li>
2327
{{ end }}
2428
</ul>

0 commit comments

Comments
 (0)