Skip to content

Refactor Sponsor Page: Feature Membership, Keep Defined Networking#1000

Open
data-logic-prime-agent[bot] wants to merge 7 commits intodevelopfrom
sponsor-page-refactor
Open

Refactor Sponsor Page: Feature Membership, Keep Defined Networking#1000
data-logic-prime-agent[bot] wants to merge 7 commits intodevelopfrom
sponsor-page-refactor

Conversation

@data-logic-prime-agent
Copy link
Contributor

Summary

Refactors the sponsor page to:

  • Feature Jupiter Signal Network Membership at the top
  • Keep Defined Networking (Nebula) as the remaining sponsor
  • Remove outdated sponsors (Linode, Unraid, CrowdHealth, 1Password)

Changes

  • Updated content/sponsors/_index.md

Testing

  • Hugo builds successfully locally
  • Links verified

Closes #999

Data added 2 commits February 15, 2026 16:59
- Replace sponsors page content with Jupiter Signal Network Membership at top
- Keep Defined Networking (Nebula) as sponsor
- Update template to render custom content
- Hide dynamic sponsor list when custom content exists
…ace-stripping on sponsor template end tag

- Removed outdated note from content/live/_index.md stating 'Live stream
  currently unavailable' (issue #867 was resolved)
- Changed {{ end }} to {{- end -}} in themes/jb/layouts/sponsors/list.html
  for consistent whitespace stripping. The two {{ end }} tags are not
  duplicates - one closes the {{ if not .Content }} block (line 7) and
  the other closes the {{ range where .Site.Sections }} block (line 17).
…r layout

- content/live/_index.md: removed incorrect leftover content and empty line
- content/sponsors/_index.md: added back date and draft=false frontmatter, removed redundant title (Hugo auto-generates from filename)
- themes/jb/layouts/sponsors/list.html: removed duplicate {{ end }}, kept whitespace-stripping {{- end -}} for consistency
<div class="column is-full content">
<h1 class="title">Sponsors</h1>
{{ .Content | safeHTML }}
{{ if not .Content }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs an {{ end }}

@@ -1,7 +1,4 @@
+++
title = "Sponsors "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need a title? if not we have to add it back to the doc. Hugo may like having this metadata as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Outdated Sponsor Page

2 participants