1
0
This commit is contained in:
2024-04-16 04:11:06 +09:00
parent 7c83a6d681
commit 51f993907d
2 changed files with 1 additions and 49 deletions

View File

@ -9,7 +9,7 @@
{{ with .Resources.Match "*.webp" }}
<div class="top-card">
<p>
{{ range sort . }}
{{ range first 15 . }}
<img src="{{ .RelPermalink }}">
{{ end }}
</p>