Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 447 Bytes

File metadata and controls

22 lines (21 loc) · 447 Bytes
layout single
title Board of Directors
type page
parent_id 0
published true
password
sidebar
nav
menu

{% assign sorted = site.data.board | sort:"name" %} {% for member in sorted %}

{{ member.name }} {% if member.photo %} {% endif %}

{% endfor %}