Add new logo images in WebP format for Hungarian localization
- Added logo_hu_9f5863dc2c180619.webp - Added logo_hu_a5cb593b87668c25.webp
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
{{ $url := "https://appletune.fundor333.com/api/blogrollgroup/?format=json" }}
|
||||
{{ $url := "https://appletune.fundor333.com/api/blogrollgroup/?format=json" }}
|
||||
|
||||
{{ with resources.GetRemote $url }}
|
||||
{{- $content := .Content | transform.Unmarshal -}}
|
||||
|
||||
{{- range $content -}}
|
||||
<h2>{{ .name }}</h2>
|
||||
<ul>
|
||||
<h2>{{ .name }}</h2>
|
||||
<ul class="h-entry">
|
||||
{{- range .rows }}
|
||||
<li><a href='{{.url}}'>{{.name}}</a> {{ with .feed_url }} (<a href='{{ . }}'>feed</a>)</li> {{ end }}
|
||||
<li><a class="u-bookmark-of" href='{{.url}}'>{{.name}}</a> {{ with .feed_url }} (<a href='{{ . }}'>feed</a>)</li> {{ end }}
|
||||
|
||||
{{ end}}
|
||||
</ul>
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user