We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a50ad5 commit b793b39Copy full SHA for b793b39
1 file changed
_includes/_gsoc_idea_card.html
@@ -29,6 +29,13 @@ <h5>Mentors</h5>
29
<a href="https://github.com/{{ mentor }}">@{{ mentor }}</a>
30
{% endfor %}
31
</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>
39
</div>
40
<div class="project-item-tag">
41
{% for category in project.categories %}
0 commit comments