File tree Expand file tree Collapse file tree
themes/rejekts/layouts/partials Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments