| Index: includes/jobs/header.tmpl |
| =================================================================== |
| --- a/includes/jobs/header.tmpl |
| +++ b/includes/jobs/header.tmpl |
| @@ -1,15 +1,14 @@ |
| {# |
| For each job opening you have to list the title and the name of the file under |
| pages/jobs that contains the job description. |
| #} |
| {% set openings = [ |
| ("Frontend Developer", "frontend-developer", 33), |
| - ("Mobile Product Manager", "mobile-product-manager", 173), |
| ("iOS Developer", "ios-developer", 151), |
| ("Technical Support Specialist", "technical-support-specialist", 171), |
| ("Filter List Supporter", "filter-list-supporter", 127), |
| ("Whitelist Maintainer", "whitelist-maintainer", 108), |
| ("Speculative Application", "speculative-application", 51), |
| ] %} |
| {% set opening = openings|find(page.split("/")[-1], attribute=1) %} |