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">
|
<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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user