Refactor Sponsor Page: Feature Membership, Keep Defined Networking#1000
Open
data-logic-prime-agent[bot] wants to merge 7 commits intodevelopfrom
Open
Refactor Sponsor Page: Feature Membership, Keep Defined Networking#1000data-logic-prime-agent[bot] wants to merge 7 commits intodevelopfrom
data-logic-prime-agent[bot] wants to merge 7 commits intodevelopfrom
Conversation
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
noblepayne
requested changes
Feb 17, 2026
noblepayne
reviewed
Feb 17, 2026
…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).
noblepayne
reviewed
Feb 17, 2026
noblepayne
reviewed
Feb 17, 2026
…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
noblepayne
reviewed
Feb 17, 2026
| <div class="column is-full content"> | ||
| <h1 class="title">Sponsors</h1> | ||
| {{ .Content | safeHTML }} | ||
| {{ if not .Content }} |
Contributor
There was a problem hiding this comment.
this needs an {{ end }}
noblepayne
reviewed
Feb 17, 2026
| @@ -1,7 +1,4 @@ | |||
| +++ | |||
| title = "Sponsors " | |||
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refactors the sponsor page to:
Changes
content/sponsors/_index.mdTesting
Closes #999