-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from yvovandoorn/yvandoorn/abilitytoclosesponsor
Ability to remove sponsor link form "Become a XXX Sponsor!" Former-commit-id: 9ea1759
- Loading branch information
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ team: ["Harm Boertien", "Thomas Krag", "Kerim Satirli", "Arjan Wolfs", "Wilco No | |
organizer_email: "[email protected]" # Put your organizer email address here | ||
proposal_email: "[email protected]" # Put your proposal email address here | ||
|
||
# Sponsors 2016-sendachi | ||
sponsors_accepted: "no" | ||
sponsors: | ||
# gold | ||
- id: chef | ||
|
@@ -69,17 +69,23 @@ sponsors: | |
sponsor_levels: | ||
- id: bbq | ||
label: BBQ | ||
max: 1 | ||
- id: beer | ||
label: Beer | ||
max: 1 | ||
- id: gold | ||
label: Gold | ||
max: 8 | ||
- id: silver | ||
label: Silver | ||
max: 4 | ||
- id: bronze | ||
label: Bronze | ||
max: 4 | ||
- id: community | ||
label: Community | ||
|
||
|
||
nav_elements: # List of pages you want to show up in the navigation of your page. | ||
- name: welcome | ||
# - name: program | ||
|
This file contains 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
This file contains 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