44 < h2 > {{ i18n "diamond" }}</ h2 >
55 < div class ="text-center sponsor-flex ">
66{{ range hugo.Data.sponsors.diamond }}
7- < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }} {{ if .nofollow }}rel = "nofollow "{{ end }}{{ if .sponsored }}rel = "sponsored "{{ end }} > < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
7+ < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }}{{ $rel : = slice }} {{ with .nofollow }}{{ $ rel = $rel | append "nofollow" }} {{ end }}{{ with .sponsored }}{{ $ rel = $rel | append "sponsored" }}{{ end }}{{ with $rel }} rel=" {{ delimit . " " }} "{{ end }}> < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
88{{ end }}
99 </ div >
1010 </ div >
1111 < div >
1212 < h2 > {{ i18n "platinum" }}</ h2 >
1313 < div class ="text-center sponsor-flex ">
1414{{ range hugo.Data.sponsors.platinum }}
15- < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }} {{ if .nofollow }}rel = "nofollow "{{ end }}{{ if .sponsored }}rel = "sponsored "{{ end }} > < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
15+ < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }}{{ $rel : = slice }} {{ with .nofollow }}{{ $ rel = $rel | append "nofollow" }} {{ end }}{{ with .sponsored }}{{ $ rel = $rel | append "sponsored" }}{{ end }}{{ with $rel }} rel=" {{ delimit . " " }} "{{ end }}> < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
1616{{ end }}
1717 </ div >
1818 </ div >
@@ -21,7 +21,7 @@ <h2>{{ i18n "platinum" }}</h2>
2121 < h2 > {{ i18n "gold" }}</ h2 >
2222 < div class ="text-center sponsor-flex ">
2323{{ range hugo.Data.sponsors.gold }}
24- < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }} {{ if .nofollow }}rel = "nofollow "{{ end }}{{ if .sponsored }}rel = "sponsored "{{ end }} > < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
24+ < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }}{{ $rel : = slice }} {{ with .nofollow }}{{ $ rel = $rel | append "nofollow" }} {{ end }}{{ with .sponsored }}{{ $ rel = $rel | append "sponsored" }}{{ end }}{{ with $rel }} rel=" {{ delimit . " " }} "{{ end }}> < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
2525{{ end }}
2626 </ div >
2727 </ div >
@@ -30,7 +30,7 @@ <h2>{{ i18n "gold" }}</h2>
3030 < h2 > {{ i18n "silver" }}</ h2 >
3131 < div class ="text-center sponsor-flex ">
3232{{ range hugo.Data.sponsors.silver }}
33- < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }} {{ if .nofollow }}rel = "nofollow "{{ end }}{{ if .sponsored }}rel = "sponsored "{{ end }} > < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
33+ < a href ="{{ .url }} " {{ if .id }}id ="{{ .id }} "{{ end }}{{ $rel : = slice }} {{ with .nofollow }}{{ $ rel = $rel | append "nofollow" }} {{ end }}{{ with .sponsored }}{{ $ rel = $rel | append "sponsored" }}{{ end }}{{ with $rel }} rel=" {{ delimit . " " }} "{{ end }}> < img src ="/images/sponsors/{{ .image }} " alt ="{{ .name }} " width ="180 " height ="108 " class ="sponsor-logo-large "> </ a >
3434{{ end }}
3535 </ div >
3636 </ div >
0 commit comments