Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 401 Bytes

File metadata and controls

17 lines (15 loc) · 401 Bytes
layout page
title Homework

{% if site.categories.mps %}

Machine Problems

{% for post in site.categories.mps %}

  • {{ post.date | date: '%B' }} {{ post.date | date: '%d' | ordinalize }}, {{ post.date | date: '%Y' }} --- [ {{ post.title }} ]( {{site.baseurl}}{{ post.url }} ) {{ post.excerpt }} {% endfor %}

{% else %} No Assignments have yet been posted. Stay tuned! {% endif %}