File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,16 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
6060 name = " Oro"
6161 emoji = " 🟡"
6262 textSize = " base"
63- imageWidth = " 324px"
64- imageHeight = " 216px"
6563 [[sponsors .ranks .members ]]
6664 url = " https://es.nttdata.com"
6765 image = " /img/sponsors/ntt.png"
66+ imageWidth = " 324px"
67+ imageHeight = " 216px"
68+ [[sponsors .ranks .members ]]
69+ url = " https://ozonegaming.com"
70+ image = " /img/sponsors/ozone.png"
71+ imageWidth = " 216px"
72+ imageHeight = " 216px"
6873
6974[article ]
7075 showDate = true
Original file line number Diff line number Diff line change 1- < a href ="{{ .context. url }} ">
2- < img width ="{{ .width }} " height ="{{ .height }} " class ="nozoom " src ="{{ .context .image }} " />
1+ < a href ="{{ .url }} ">
2+ < img width ="{{ .imageWidth }} " height ="{{ .imageHeight }} " class ="nozoom " src ="{{ .image }} " />
33</ a >
Original file line number Diff line number Diff line change 1- {{ $imageWidth := .imageWidth }}
2- {{ $imageHeight := .imageHeight }}
3-
41< h3 class ="mt-8 text-{{ .textSize }} font-extrabold mb-10 ">
52 < span > {{ .emoji }}</ span >
63 < span > {{ i18n "sponsors.rank" }}</ span >
@@ -9,6 +6,6 @@ <h3 class="mt-8 text-{{ .textSize }} font-extrabold mb-10">
96
107< div class ="flex flex-wrap justify-center items-center gap-10 ">
118 {{ range .members }}
12- {{ partial "sponsors/item.html" (dict "context" . "width" $imageWidth "height" $imageHeight) }}
9+ {{ partial "sponsors/item.html" . }}
1310 {{ end }}
1411</ div >
You can’t perform that action at this time.
0 commit comments