We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3161f7 commit d72f07bCopy full SHA for d72f07b
1 file changed
_layouts/team_members.html
@@ -177,11 +177,7 @@ <h1 style="font-size:35px;">Staff</h1>
177
<h1 style="font-size:35px;">Visitors & Interns</h1>
178
<br>
179
<div class="columns is-multiline">
180
-{% assign sorted_visitor = site.team | where:"category","visitor" %}
181
-{% assign sorted_intern = site.team | where:"category","intern" %}
182
-{% assign sorted_products = sorted_visitor | concat: sorted_intern %}
183
-{% assign n = sorted_products | size %}
184
-{% assign sorted_products = sorted_products | sample: n %}
+{% assign sorted_products = site.team | where:"category","intern" %}
185
{% for product in sorted_products %}
186
<div class="column is-one-fifth-desktop is-6-tablet">
187
<a href="{{ product.url | prepend: site.baseurl }}">
0 commit comments