Skip to content

Commit

Permalink
Fix homeworks, correct project date
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Oct 10, 2024
1 parent 11b71b2 commit ea935b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions _homeworks/proj1.md

This file was deleted.

2 changes: 1 addition & 1 deletion _projects/p1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Project 1"
due_date: 2024-17-10
due_date: 2024-18-10
pdf: "/assets/projects/proj1.pdf"
---
Binary file removed assets/proj1.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion main/homeworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 1
Submit homeworks to [gradescope](https://canvas.mit.edu/courses/28217/external_tools/369).

{% assign limit_value = 4 %} <!-- Set this to the number of hws to display-->
{% assign sorted_homeworks = site.homeworks | sort: 'release_date' %}
{% assign sorted_homeworks = site.homeworks | sort: 'due_date' %}
{% assign filtered_homeworks = sorted_homeworks | slice: 0, limit_value %}

<!-- Debugging output -->
Expand Down

0 comments on commit ea935b0

Please sign in to comment.