diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-01 13:49:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 13:49:54 +0100 |
commit | 5273df7adcb0bfc2007c784408fcbde7b4b98268 (patch) | |
tree | dbd6aae1c20db32f1f1d9eb32a130662556dc1fd | |
parent | 6d95f26a2d3f6aeece1773791c9be3783a34b6d1 (diff) | |
download | ichtml-5273df7adcb0bfc2007c784408fcbde7b4b98268.tar.gz ichtml-5273df7adcb0bfc2007c784408fcbde7b4b98268.tar.bz2 ichtml-5273df7adcb0bfc2007c784408fcbde7b4b98268.zip |
Update 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", |