Skip to content
Snippets Groups Projects
Commit 139c5e61 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

fix

parent 957aec66
No related branches found
No related tags found
No related merge requests found
Pipeline #247379 passed
......@@ -58,10 +58,9 @@ aux_links_new_tab: true
# Collections for website data
collections:
staffers:
modules:
schedules:
programming:
weeks:
announcements:
questions:
# Default layouts for each collection type
defaults:
- scope:
......
File moved
File moved
......@@ -8,6 +8,6 @@ parent: Schedule
# Overview of Week 1.1
{% for module in site.theory %}
{{ module }}
{% for week in site.weeks %}
{{ week }}
{% endfor %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment