Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 704 Bytes

File metadata and controls

28 lines (22 loc) · 704 Bytes
layout page

Phase 3 Goals

{% assign phase_3_goals = site.goals | where:"phase",3 | sort: "title" %}

{% for goal in phase_3_goals %}

{{ goal.title }}

Created {{ goal.created_at | date: "%a, %b %d, %Y" }}

{% endfor %}