Skip to content
Snippets Groups Projects
Commit c9583ef7 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

officehours: use cached URL

parent 8eaff4b5
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{{ $appointments := getJSON "https://sprechstunden.stusta.de/manyappointments.json" }} {{ $appointments := getJSON "https://stustanet.de/api/officehours.json" }}
{{ range first 5 $appointments }} {{ range first 5 $appointments }}
<tr> <tr>
<td>{{ if (eq $.Site.Language.Lang "de") }} <td>{{ if (eq $.Site.Language.Lang "de") }}
......
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