Skip to content

Commit

Permalink
add keywords to gsoc template
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Feb 7, 2025
1 parent a8a45d4 commit de30069
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gsoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ <h3>{{ idea.title }}</h3>
<p><strong>Estimated Project Length:</strong> {{ idea.est_project_length }}</p>
<p><strong>Difficulty:</strong> {{ idea.difficulty }}</p>
<p><strong>Matrix room for discussion:</strong> {{ idea.forum }}</p>
<p><strong>Keywords:</strong>
{% for keyword in idea.keywords %}
{{ keyword }}{% unless forloop.last %}, {% endunless %}
{% endfor %}
</p>
</div>
<div class="col gsoc-idea-body">
{{ idea.content }}
Expand Down

0 comments on commit de30069

Please sign in to comment.