diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 22:55:11 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 22:55:11 +0300 |
| commit | 8d58567f810bd0fb86a856fadd31211602f3d76c (patch) | |
| tree | e836fca0c00bfc1959d7668ff44317f0fd2f6b16 /_gallery | |
| parent | afdf984bad87ded9a78a4e3c98c6720e193c204e (diff) | |
Add mustache templating
Diffstat (limited to '_gallery')
| -rw-r--r-- | _gallery/testigalleria.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_gallery/testigalleria.json b/_gallery/testigalleria.json index f1d998a..4d4fc56 100644 --- a/_gallery/testigalleria.json +++ b/_gallery/testigalleria.json @@ -1,12 +1,15 @@ { "column_count": 2, + "show_title": true, "images": [ { - "source": "/media/hassu.png", + "src_thumbnail": "/media/hassu.png", + "src_hiq": "/media/hassu.png", "title": "Hassu naama" }, { - "source": "/media/halo.png", + "src_thumbnail": "/media/halo.png", + "src_hiq": "/media/halo.png", "title": "Halo hajos" } ], |
