forked from robert/robertjohnson.work
Merge pull request #379 from NorthSecond/patch-1
fix: A bug in the OSS contribution's link
This commit is contained in:
commit
4e015ff19d
@ -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