Skip to content

Commit

Permalink
display hw7
Browse files Browse the repository at this point in the history
  • Loading branch information
lkaelbling committed Dec 7, 2024
1 parent 5793fc3 commit 38286d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/homeworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_order: 1

Submit homeworks to [gradescope](https://canvas.mit.edu/courses/28217/external_tools/369).

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

Expand All @@ -32,4 +32,4 @@ Submit homeworks to [gradescope](https://canvas.mit.edu/courses/28217/external_t

{% endfor %}

<!-- - {% if hw.gradescope_link %} **[Submit to Gradescope]({{ hw.gradescope_link }})** {% else %} **Submit to Gradescope:** *To be released* {% endif %} -->
<!-- - {% if hw.gradescope_link %} **[Submit to Gradescope]({{ hw.gradescope_link }})** {% else %} **Submit to Gradescope:** *To be released* {% endif %} -->

0 comments on commit 38286d9

Please sign in to comment.