diff --git a/CLAUDE.md b/CLAUDE.md index b1738edcda..23f14f6320 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -5,5 +5,5 @@ Hugo static site for the InnerSource Commons Foundation. ## When modifying pages - **Preview locally before opening a PR**: `hugo server --buildDrafts --buildFuture`, then check every page you touched at `http://localhost:1313/...`. If `hugo` isn't on `PATH`, it's typically installed via `winget install Hugo.Hugo.Extended`. -- **Attach a screenshot of every changed page to the PR description**, under a "Screenshots" section — a markdown or CSS diff doesn't show how the page actually renders, and layout/spacing/image-crop issues only show up visually. +- **Attach a full-page screenshot of every changed page to the PR description**, under a "Screenshots" section — capture the whole page top to bottom, not just the changed area, so each change is reviewed in the context of how it sits within the overall page. A markdown or CSS diff doesn't show how the page actually renders, and layout/spacing/image-crop issues only show up visually. - Run a full `hugo` build (not just the dev server) at least once before opening the PR — the dev server's incremental rebuild can miss errors a clean build catches. diff --git a/content/en/events/isc-2026.md b/content/en/events/isc-2026.md index 8e59324d19..73c2b72cee 100644 --- a/content/en/events/isc-2026.md +++ b/content/en/events/isc-2026.md @@ -77,6 +77,31 @@ Scott Hanselman is Vice President and Member of Technical Staff at Microsoft/Git

+### Our Sponsors +
+ +

The InnerSource Summit is made possible by the generosity of its sponsors - organizations that believe in open collaboration and invest in the community that practices it. We're grateful to have them with us for Summit 2026.

+
+ +
+

Silver Sponsors

+
+ +
+
+ {{< company name="Airbus" image="/images/logos/airbus.png" url="https://www.airbus.com" >}}{{< /company >}} +
+
+ + + + + +
+
+ **Talk to us now on info@innersourcecommons.org to find out how you can be part of this year’s summit or fill out the following forms:
diff --git a/layouts/shortcodes/company.html b/layouts/shortcodes/company.html index 1d1b59d03a..11bcd3cebd 100644 --- a/layouts/shortcodes/company.html +++ b/layouts/shortcodes/company.html @@ -1,9 +1,16 @@
+ {{ if .Get "url" }} + + {{ .Get +
{{ .Get "name" }}
+
+ {{ else }}
{{ .Get
{{ .Get "name" }}
+ {{ end }}
{{ if (not (eq (trim .Inner "\n ") "")) }}{{ end }} {{ if .Get "video" }}{{ end }}