Skip to content

Commit

Permalink
chore:added download other section
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacavagna01 committed Sep 1, 2023
1 parent 6e0f362 commit e9788f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ <h2 class="title mb-3 fs-3">{{site.data.contributor.title}}</h2>

<div id="contributor-wrapper">
{% for c in site.data.contributor.contributors %}
{% if c.contributor_download_url != page.permalink %}
<div class="contributor" style="background: linear-gradient(0deg, {{c.contributor_color_1}} 0%, {{c.contributor_color_2}} 100%);">
<h3 class="contributor-title fs-3">{{c.contributor_title}}</h3>
<div class="contributor-icon"><i class="fa {{ c.contributor_icon }}"></i></div>
Expand All @@ -20,6 +21,7 @@ <h3 class="contributor-title fs-3">{{c.contributor_title}}</h3>
{{c.contributor_download_label}}
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions _layouts/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1 class="page-title">{{ page.title }}</h1>
{% include cli/cli-terminal.html %}
{% endif %}
{% include enterprise.html %}
{% include contributor.html %}
{% if page.slug == "desktop-app" %}
{% include quotes.html %}
{% else %}
Expand Down

0 comments on commit e9788f3

Please sign in to comment.