Merge pull request #379 from NorthSecond/patch-1

fix: A bug in the OSS contribution's link
This commit is contained in:
Sharath Kumar 2023-04-29 11:50:07 +05:30 committed by GitHub
commit 4e015ff19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
<span class="project-title"> <span class="project-title">
{% if contribution.link %} {% if contribution.link %}
<a href="{{ project.link }}" target="_blank">{{ contribution.title }}</a> <a href="{{ contribution.link }}" target="_blank">{{ contribution.title }}</a>
{% else %} {% else %}
{{ contribution.title }} {{ contribution.title }}
{% endif %} {% endif %}
@ -37,4 +37,4 @@
</section> </section>
<!--//section--> <!--//section-->
{% endif %} {% endif %}