Fix URL typo in blogroll API endpoint

This commit is contained in:
Fundor333
2025-04-07 01:22:29 +02:00
parent 7157f5f583
commit 2ad86f328d

View File

@@ -1,4 +1,4 @@
{{ $url := "https://appletune.fundor333.com/api//blogroolgroup/?format=json" }}
{{ $url := "https://appletune.fundor333.com/api/blogrollgroup/?format=json" }}
{{ with resources.GetRemote $url }}
{{- $content := .Content | transform.Unmarshal -}}