diff options
| -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 |
