From d4920e7002f59c4276fd45e3445782886778b92a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 11 Jul 2022 23:41:03 +0300 Subject: Rename old data file --- _gallery/01-testigalleria.json | 17 +++++++++++++++++ _gallery/testigalleria.json | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 _gallery/01-testigalleria.json delete mode 100644 _gallery/testigalleria.json diff --git a/_gallery/01-testigalleria.json b/_gallery/01-testigalleria.json new file mode 100644 index 0000000..79c7c22 --- /dev/null +++ b/_gallery/01-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" + } + ], + "display_title": "Testigalleria", + "title": "01-testigalleria" +} \ No newline at end of file diff --git a/_gallery/testigalleria.json b/_gallery/testigalleria.json deleted file mode 100644 index 79c7c22..0000000 --- a/_gallery/testigalleria.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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" - } - ], - "display_title": "Testigalleria", - "title": "01-testigalleria" -} \ No newline at end of file -- cgit v1.3