Skip to content

Commit

Permalink
Exclude sponsor logos from blanket CC BY-SA statement
Browse files Browse the repository at this point in the history
closes #266
  • Loading branch information
AndrewKvalheim committed Nov 21, 2021
1 parent b39c76b commit c4cb1e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ <h2>{{ level[1] }}</h2>
<hr>
{% endfor %}

<ul class="nav nav-pills nav-pills-centered" style="margin-top: 3em;">
<ul class="nav nav-pills nav-pills-centered" style="margin-bottom: 2em;margin-top: 3em;">
{% for sponsor_year in site.sponsor-years %}
{% capture y %}{{ sponsor_year.slug }}{% endcapture %}{% assign y = y | plus: 0 %}
<li class="{% if y == year %}active{% endif %}"><a href="{{ sponsor_year.url }}">{{ y }}</a></li>
{% endfor %}
</ul>

<p class="text-center text-muted">Logos are used with permission on this site and are not licensed by SeaGL.</p>

0 comments on commit c4cb1e3

Please sign in to comment.