Add UTM parameters for experience links
This commit is contained in:
parent
05d9e7f9ad
commit
afc5dd9305
|
@ -125,7 +125,9 @@ experiences:
|
||||||
|
|
||||||
<div class="mb3">
|
<div class="mb3">
|
||||||
{% if company.url -%}
|
{% 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 -}}
|
{{- company.url -}}
|
||||||
</a>
|
</a>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in a new issue