diff --git a/layouts/partials/index-sections/exhibition.html b/layouts/partials/index-sections/exhibition.html index 2fe2c41..b9742e9 100644 --- a/layouts/partials/index-sections/exhibition.html +++ b/layouts/partials/index-sections/exhibition.html @@ -10,7 +10,7 @@

{{ .Title | markdownify | emojify }}

{{ range .Params.summary_image }}
- +
{{ .description }}
{{ end }} diff --git a/layouts/partials/index-sections/sponsors.html b/layouts/partials/index-sections/sponsors.html index e8302a2..e6c1b75 100644 --- a/layouts/partials/index-sections/sponsors.html +++ b/layouts/partials/index-sections/sponsors.html @@ -8,7 +8,7 @@

{{ i18n "diamond" }}

{{ range .Params.diamond }} - + {{ end }}
@@ -18,7 +18,7 @@

{{ i18n "gold" }}

{{ range .Params.gold }} - + {{ end }}
@@ -28,7 +28,7 @@

{{ i18n "silver" }}

{{ range .Params.silver }} - + {{ end }}
@@ -38,7 +38,7 @@

{{ i18n "bronze" }}

{{ range .Params.bronze }} - + {{ end }}
@@ -48,7 +48,7 @@

{{ i18n "community" }}

{{ range .Params.community }} - + {{ end }}
@@ -59,7 +59,7 @@

{{ i18n "host" }}

{{ range .Params.host }} - + {{ end }}
@@ -69,7 +69,7 @@

{{ i18n "co_host" }}

{{ range .Params.co_hosts }} - + {{ end }}
@@ -79,7 +79,7 @@

{{ i18n "organizer" }}

{{ range .Params.organizers }} - + {{ end }}
@@ -89,7 +89,7 @@

{{ i18n "co_organizer" }}

{{ range .Params.co_organizers }} - + {{ end }}