Skip to content

Commit 3118c81

Browse files
committed
make conference footer only available when there are conferences to display
1 parent c83d1dc commit 3118c81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_data/conferences.yml

Whitespace-only changes.

_includes/sponsors_footer.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ <h4>{{ package.name }}</h4>
2020
</li>
2121
{% endfor %}
2222
<p>Note: the stars on the logos represent the number of RGSoC editions supported by the sponsor</p>
23-
{% include conferences_footer.html %}
23+
{% if site.data.conferences %}
24+
{% include conferences_footer.html %}
25+
{% endif %}
2426
</ul>

0 commit comments

Comments
 (0)