diff options
| author | Jan T <jans.tuomi@gmail.com> | 2022-07-11 20:25:33 +0000 |
|---|---|---|
| committer | Jan T <jans.tuomi@gmail.com> | 2022-07-11 20:25:33 +0000 |
| commit | be6290437f4eec77715f0c28bd9576d685ed969b (patch) | |
| tree | 075d1c43f2437d5b1c9519a1b7876d2142211c80 | |
| parent | 0f73cb78ec636b6c505a93ddd8acb71a1b30a8ae (diff) | |
Create Gallery “testigalleria”
| -rw-r--r-- | _gallery/testigalleria.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_gallery/testigalleria.json b/_gallery/testigalleria.json new file mode 100644 index 0000000..4744e51 --- /dev/null +++ b/_gallery/testigalleria.json @@ -0,0 +1,17 @@ +{ + "column_count": 2, + "images": [ + { + "title": "Hassu", + "src_thumbnail": "/media/hassu.png", + "src_hiq": "/media/hassu.png" + }, + { + "title": "Halo", + "src_thumbnail": "/media/halo.png", + "src_hiq": "/media/halo.png" + } + ], + "id": "01-testigalleria", + "title": "Testigalleria" +}
\ No newline at end of file |
