Skip to content

Commit

Permalink
Merge pull request #91 from icaps2024/schedule
Browse files Browse the repository at this point in the history
Schedule
  • Loading branch information
haz authored May 13, 2024
2 parents 5cceee6 + 2b7f8e1 commit c22f61e
Show file tree
Hide file tree
Showing 5 changed files with 1,822 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ theme = 'mainroad'
url = "/program/overview"
parent = "program"
weight = 10
[[menu.main]]
identifier = "schedule"
name = "Schedule"
url = "/program/schedule"
parent = "program"
weight = 13
[[menu.main]]
identifier = "accepted-papers"
name = "Accepted Papers"
Expand Down
7 changes: 7 additions & 0 deletions content/program/schedule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Schedule"
date: 2024-05-08T13:27:57+02:00
draft: false
---

{{< detailed_schedule_json "/data/schedule/sessions.json" "/data/schedule/papers.json" >}}
Loading

0 comments on commit c22f61e

Please sign in to comment.