Show company website link

This commit is contained in:
Oliver Davies 2016-04-19 01:05:11 +01:00
parent f9c25605e2
commit 32bfc1b6ac

View file

@ -78,14 +78,10 @@ experiences:
{% set company = site.companies[experience.company] %}
<div class="experience">
<h2 class="experience__title">{{ company.title }}</h2>
{% if company.website %}
<div>
<a href="{{ company.website }}">
<h2 class="experience__title">{{ company.title }}</h2>
</a>
</div>
{% else %}
<h2 class="experience__title">{{ company.title }}</h2>
<a href="">{{ company.website }}</a>
{% endif %}
{% if company.logo %}