Show company website link
This commit is contained in:
parent
f9c25605e2
commit
32bfc1b6ac
|
@ -78,14 +78,10 @@ experiences:
|
||||||
{% set company = site.companies[experience.company] %}
|
{% set company = site.companies[experience.company] %}
|
||||||
|
|
||||||
<div class="experience">
|
<div class="experience">
|
||||||
|
<h2 class="experience__title">{{ company.title }}</h2>
|
||||||
|
|
||||||
{% if company.website %}
|
{% if company.website %}
|
||||||
<div>
|
<a href="">{{ company.website }}</a>
|
||||||
<a href="{{ company.website }}">
|
|
||||||
<h2 class="experience__title">{{ company.title }}</h2>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{% else %}
|
|
||||||
<h2 class="experience__title">{{ company.title }}</h2>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if company.logo %}
|
{% if company.logo %}
|
||||||
|
|
Loading…
Reference in a new issue