diff options
Diffstat (limited to 'content/content.json')
-rw-r--r-- | content/content.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/content/content.json b/content/content.json index 7368cca..727bdb2 100644 --- a/content/content.json +++ b/content/content.json @@ -2,7 +2,14 @@ { "name": "Stundenplan", "load": "content", - "url": "timetable.html" + "url": "timetable.html", + "id": "timetable" + }, + { + "name": "Mathe", + "load": "content", + "url": "maths.html", + "id": "maths" }, { "name": "Gitlab", |