From 5273df7adcb0bfc2007c784408fcbde7b4b98268 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Wed, 1 Nov 2017 13:49:54 +0100 Subject: Update content.json --- content/content.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'content/content.json') 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", -- cgit