mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 20:51:02 +00:00
feat: show listory data from last half year
This commit is contained in:
parent
7d92a682de
commit
1f5a4e7340
3 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue