diff --git a/_includes/contributor.html b/_includes/contributor.html
index f5f627b..41e958f 100644
--- a/_includes/contributor.html
+++ b/_includes/contributor.html
@@ -5,6 +5,7 @@
{{site.data.contributor.title}}
{% for c in site.data.contributor.contributors %}
+ {% if c.contributor_download_url != page.permalink %}
{{c.contributor_title}}
@@ -20,6 +21,7 @@
{{c.contributor_title}}
{{c.contributor_download_label}}
+ {% endif %}
{% endfor %}
diff --git a/_layouts/download.html b/_layouts/download.html
index 82c53db..1c982f4 100644
--- a/_layouts/download.html
+++ b/_layouts/download.html
@@ -16,6 +16,7 @@ {{ page.title }}
{% include cli/cli-terminal.html %}
{% endif %}
{% include enterprise.html %}
+ {% include contributor.html %}
{% if page.slug == "desktop-app" %}
{% include quotes.html %}
{% else %}