Skip to content

Commit

Permalink
Update members-home.liquid
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/_includes/layouts/members-home.liquid
  • Loading branch information
banaan666 authored and anneke committed Jan 20, 2024
1 parent 500bdc3 commit c6dab5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/_includes/layouts/members-home.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ layout: base

<table>
<thead>
<th scope="col">Naam</th>
<th scope="col">Werkgever</th>
<th scope='col'>Naam</th>
<th scope='col'>Werkgever</th>
</thead>
<tbody>
{%- for lid in members-list %}
Expand All @@ -22,11 +22,11 @@ layout: base
{%- assign memberUrl = member.url -%}
{%- else -%}
{%- assign memberHasAProfilePage = false -%}
<span class='blog-author'>{{ lid.naam }}</span>
{%- endif -%}

{%- if memberHasAProfilePage -%}
<a href='{{ memberUrl }}'>
{{ lid.naam }}</a>
<a href='{{ memberUrl }}'> {{ lid.naam }}</a>
{% break %}
{%- else -%}
<span class='blog-author'>{{ lid.naam }}</span>
Expand All @@ -36,8 +36,8 @@ layout: base
</td>
<td>
{% if lid.werkgever == '-' %}
{% else %}
{{ lid.werkgever }}
{% else %}
{{ lid.werkgever }}
{% endif %}
</td>
</tr>
Expand Down

0 comments on commit c6dab5a

Please sign in to comment.