| layout | title | nav_exclude | description |
|---|---|---|---|
page |
Announcements |
true |
A feed containing all of the class announcements. |
Announcements are stored in the _announcements directory and rendered according to the layout file, _layouts/announcement.html.
{% assign announcements = site.announcements | reverse %} {% for announcement in announcements %} {{ announcement }} {% endfor %}