Remove the images.json and replace with frontmatter
All checks were successful
Build OCI Image / docker (push) Successful in 42s

This commit is contained in:
2025-08-23 01:45:03 +08:00
parent 9f30a23177
commit 96a305dbf5
5 changed files with 40 additions and 37 deletions

View File

@@ -96,7 +96,7 @@
<div class="film-container">
<h1 :text="$page.title"></h1>
<div class="post" :html="$page.content()"></div>
<div class="image-grid" :loop="$page.asset('images.json').ziggy().get('images')">
<div class="image-grid" :loop="$page.custom.get('images')">
<a href="$page.asset($loop.it).link()" target="_blank">
<img src="$page.asset($loop.it).link()">
</a>