Skip to content

Commit b793b39

Browse files
committed
update-gsoc-idea-card.html
1 parent 6a50ad5 commit b793b39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_includes/_gsoc_idea_card.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ <h5>Mentors</h5>
2929
<a href="https://github.com/{{ mentor }}">@{{ mentor }}</a>
3030
{% endfor %}
3131
</p>
32+
33+
<h5>References</h5>
34+
<p>
35+
{% for repolink in project.repolinks %}
36+
<a href="{{ repolink.url }}">@{{ repolink.name }}</a>
37+
{% endfor %}
38+
</p>
3239
</div>
3340
<div class="project-item-tag">
3441
{% for category in project.categories %}

0 commit comments

Comments
 (0)