From a82f17095a7880444227d6470fcb260f14fd9ae9 Mon Sep 17 00:00:00 2001 From: Ryan Tsien Date: Mon, 12 Aug 2024 14:51:39 +0800 Subject: [PATCH] website: add sha1sum as a version to the img url Signed-off-by: Ryan Tsien --- .../partials/index-sections/exhibition.html | 2 +- layouts/partials/index-sections/sponsors.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) 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 }}