Update theme

This commit is contained in:
fundor333
2025-06-02 18:06:25 +02:00
parent bfb45a3038
commit 159b641e1e
31 changed files with 359 additions and 362 deletions

View File

@@ -1,17 +0,0 @@
{{ $url := "https://appletune.fundor333.com/api/blogrollgroup/?format=json" }}
{{ with resources.GetRemote $url }}
{{- $content := .Content | transform.Unmarshal -}}
{{- range $content -}}
<h2>{{ .name }}</h2>
<ul>
{{- range .rows }}
<li><a href='{{.url}}'>{{.name}}</a> {{ with .feed_url }} (<a href='{{ . }}'>feed</a>)</li> {{ end }}
{{ end}}
</ul>
{{ end }}
{{ end }}