diff --git a/assets/sponsors/k/kcd-porto-logo.png b/assets/sponsors/k/kcd-porto.png
similarity index 100%
rename from assets/sponsors/k/kcd-porto-logo.png
rename to assets/sponsors/k/kcd-porto.png
diff --git a/content/events/2026-portugal/welcome.md b/content/events/2026-portugal/welcome.md
index 0071902f822..91d7c95e18b 100644
--- a/content/events/2026-portugal/welcome.md
+++ b/content/events/2026-portugal/welcome.md
@@ -9,7 +9,7 @@ Description = "devopsdays Portugal 2026| Collab with KCD Porto 2026"
DevOpsDays Portugal is back with awsome news!
@@ -44,7 +44,6 @@ Description = "devopsdays Portugal 2026| Collab with KCD Porto 2026"
Join us for a bigger, better, and more connected experience — built for engineers, developers, SREs, platform teams, and tech leaders passionate about innovation and collaboration.
-
2026 is powered by KCD Porto 2026 - a Cloud Native Event and DevOps Porto, one of the communities dedicated to DevOps in Portugal.
diff --git a/data/events/2026/portugal/main.yml b/data/events/2026/portugal/main.yml
index ba698f5f90c..915d083dcd1 100644
--- a/data/events/2026/portugal/main.yml
+++ b/data/events/2026/portugal/main.yml
@@ -98,6 +98,11 @@ organizer_email: "portugal@devopsdays.org" # Put your organizer email address he
# List all of your sponsors here along with what level of sponsorship they have.
# Check data/sponsors/ to use sponsors already added by others.
sponsors:
+ - id: devopsporto
+ level: community
+ - id: kcd-porto
+ level: community
+
# - id: samplesponsorname
# level: gold
# # url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
@@ -123,3 +128,5 @@ sponsor_levels:
max: 10
- id: community
label: Community
+
+
diff --git a/data/sponsors/kcd-porto.yml b/data/sponsors/kcd-porto.yml
new file mode 100644
index 00000000000..e1a58966174
--- /dev/null
+++ b/data/sponsors/kcd-porto.yml
@@ -0,0 +1,2 @@
+name: "KCD Porto"
+url: "https://community.cncf.io/kcd-porto/"
diff --git a/themes/devopsdays-theme/layouts/shortcodes/img.html b/themes/devopsdays-theme/layouts/shortcodes/img.html
new file mode 100644
index 00000000000..3eaf3bd8289
--- /dev/null
+++ b/themes/devopsdays-theme/layouts/shortcodes/img.html
@@ -0,0 +1,6 @@
+{{ $image := resources.Get (.Get "src") }}
+{{ $class := .Get "class" }}
+{{ $alt := .Get "alt" }}
+{{ if $image }}
+