You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="lead">This is the project idea list for the <strong><ahref="/internships">current round of open source internships at Creative Commons</a></strong>.</p>
7
8
<hr/>
8
9
<!-- We display all ideas by default. -->
9
10
{% set ideas = site.query('/internships/project-ideas-collection').include_undiscoverable(true) %}
10
11
{% set filters = site.query('/internships/project-ideas').include_undiscoverable(true).order_by('order') %}
11
12
{% set current_filter = filters.filter(F._slug == this._slug).first() %}
12
-
<!-- The following code filters the ideas to display based on the current URL. -->
13
-
{% if current_filter.field == 'difficulty' %}
14
-
{% set ideas = ideas.filter(F.difficulty == current_filter.value) %}
0 commit comments