diff --git a/_layouts/workflow-list.html b/_layouts/workflow-list.html index 6ba7d4de7cdef..b5a1e5732fa54 100644 --- a/_layouts/workflow-list.html +++ b/_layouts/workflow-list.html @@ -48,7 +48,7 @@
- {% assign servers = list_usegalaxy_servers_shuffle %}
+ {% assign servers = nil | list_usegalaxy_servers_shuffle %}
{% for server in servers %}
{{ server.human }} ({{ server.id | upcase }})
{% endfor %}
diff --git a/topics/admin/tutorials/introduction/slides.html b/topics/admin/tutorials/introduction/slides.html
index fdd9a63a6f419..2015580454632 100644
--- a/topics/admin/tutorials/introduction/slides.html
+++ b/topics/admin/tutorials/introduction/slides.html
@@ -33,7 +33,7 @@
# Where can Galaxy run?
-{% assign servers = list_usegalaxy_servers_shuffle %}
+{% assign servers = nil | list_usegalaxy_servers_shuffle %}
* Cloud (SaaS)
- A usegalaxy.* site: {% for server in servers %}[{{ server.human }}]({{ server.url }}){% if forloop.last %}{% else %}, {% endif %}{% endfor %}
diff --git a/topics/galaxy-interface/tutorials/ncbi-sarf/tutorial.md b/topics/galaxy-interface/tutorials/ncbi-sarf/tutorial.md
index 2e25fbca2f699..d4a772eb1ba22 100644
--- a/topics/galaxy-interface/tutorials/ncbi-sarf/tutorial.md
+++ b/topics/galaxy-interface/tutorials/ncbi-sarf/tutorial.md
@@ -104,7 +104,7 @@ We will import the JSON files into Galaxy to query them directory, however the f
>
{: .comment}
-{% assign servers = list_usegalaxy_servers_shuffle %}
+{% assign servers = nil | list_usegalaxy_servers_shuffle %}
>