forked from robert/robertjohnson.work
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:
parent
0d8fce9100
commit
e3afbaf6f0
@ -21,7 +21,7 @@
|
||||
|
||||
<span class="project-title">
|
||||
{% if contribution.link %}
|
||||
<a href="{{ project.link }}" target="_blank">{{ contribution.title }}</a>
|
||||
<a href="{{ contribution.link }}" target="_blank">{{ contribution.title }}</a>
|
||||
{% else %}
|
||||
{{ contribution.title }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user