Skip to content

Commit

Permalink
Update members-home.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
banaan666 authored and anneke committed Jan 20, 2024
1 parent c6dab5a commit 87eeea1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/_includes/layouts/members-home.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ layout: base
{% unless lid.naam == 'EOF' %}
<tr>
<td>
<span class='blog-author'>{{ lid.naam }}</span>
<!--
{%- for member in members -%}
{%- if member.data.title == lid.naam -%}
{%- assign memberHasAProfilePage = true -%}
Expand All @@ -29,10 +31,11 @@ layout: base
<a href='{{ memberUrl }}'> {{ lid.naam }}</a>
{% break %}
{%- else -%}
<span class='blog-author'>{{ lid.naam }}</span>
{%- endif -%}
{% break %}
{%- endfor -%}
-->
</td>
<td>
{% if lid.werkgever == '-' %}
Expand Down

0 comments on commit 87eeea1

Please sign in to comment.