fix: A bug in the OSS contribution's link

a typo that leads a wrong link in the part of the OSS contribution.
This commit is contained in:
yangyf83 2023-04-28 10:26:05 +08:00 committed by GitHub
parent 0d8fce9100
commit e3afbaf6f0
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 %}