feat: show listory data from last half year

This commit is contained in:
Julian Tölle 2023-10-21 17:07:01 +02:00
parent 7d92a682de
commit 1f5a4e7340
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{{ $listoryApi := getenv "HUGO_LISTORY_HOST" }}{{ $listoryToken := getenv
"HUGO_LISTORY_TOKEN" }} {{ $res := getJSON
"https://listory.apricote.de/api/v1/reports/top-genres?timePreset=last_30_days"
"https://listory.apricote.de/api/v1/reports/top-genres?timePreset=last_180_days"
(dict "Authorization" (printf "Bearer %s" $listoryToken) ) }}
<ol>