Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 332 Bytes

File metadata and controls

15 lines (12 loc) · 332 Bytes
layout page
title Announcements
nav_exclude true
description A feed containing all of the class announcements.

Announcements

Here, you can find all weekly announcements for the summer.

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