Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 285 Bytes

File metadata and controls

14 lines (12 loc) · 285 Bytes
layout page
title Announcements
nav_exclude false
nav_order 2
description A feed containing all of the class announcements.

Announcements

{% assign announcements = site.announcements | reverse %} {% for announcement in announcements %} {{ announcement }} {% endfor %}