We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39c76b commit c4cb1e3Copy full SHA for c4cb1e3
_layouts/sponsors.html
@@ -51,9 +51,11 @@ <h2>{{ level[1] }}</h2>
51
<hr>
52
{% endfor %}
53
54
-<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;">
55
{% for sponsor_year in site.sponsor-years %}
56
{% capture y %}{{ sponsor_year.slug }}{% endcapture %}{% assign y = y | plus: 0 %}
57
<li class="{% if y == year %}active{% endif %}"><a href="{{ sponsor_year.url }}">{{ y }}</a></li>
58
59
</ul>
60
+
61
+<p class="text-center text-muted">Logos are used with permission on this site and are not licensed by SeaGL.</p>
0 commit comments