Add UTM parameters for experience links

This commit is contained in:
Oliver Davies 2017-11-01 22:13:39 +00:00
parent 05d9e7f9ad
commit afc5dd9305

View file

@ -125,7 +125,9 @@ experiences:
<div class="mb3">
{% if company.url -%}
<a class="dib mb1 blue dim" href="{{ company.url }}">
<a
class="dib mb1 blue dim"
href="{{ company.url }}?utm_source={{ site.short_url }}&utm_medium=experience">
{{- company.url -}}
</a>
{%- endif %}