diff --git a/source/experience.html.twig b/source/experience.html.twig
index 1c977726..1ff76db8 100644
--- a/source/experience.html.twig
+++ b/source/experience.html.twig
@@ -111,7 +111,7 @@ experiences:
{% for experience in page.experiences|reverse %}
{% set company = site.companies[experience.company] %}
-
+
{% if company.logo %}
@@ -119,22 +119,17 @@ experiences:
{% endif %}
-
{{ company.name }}
+
{{ company.name }}
{% if company.url -%}
-
+
{{- company.url -}}
{%- endif %}
- {{- experience.role }}
- from
- {{ experience.start }}
- to
- {{ experience.end|default('Present') -}}
+ {{- experience.role }} from {{ experience.start }} to {{ experience.end|default('Present') -}}
{%- if experience.location %} ({{ experience.location }}){% endif %}.
@@ -144,8 +139,7 @@ experiences:
{{ experience.description|markdown }}
{% endif %}
-
-
{# /.inner #}
+
{% endfor %}