- {entry.title}
- {entry.meta}
+ {el.Title}
+
+ {el.Place || ""}
+ {el.Place && el.Date ? ", " : ""}
+ {el.Date
+ ? new Date(el.Date).getDate().toString().length == 2
+ ? new Date(el.Date).getDate()
+ : "0" + new Date(el.Date).getDate()
+ : ""}
+ {"."}
+ {el.Date
+ ? (new Date(el.Date).getMonth() + 1).toString().length == 2
+ ? new Date(el.Date).getMonth() + 1
+ : "0" + (new Date(el.Date).getMonth() + 1)
+ : ""}
+ {"."}
+ {el.Date ? new Date(el.Date).getFullYear() : ""}
+
);
diff --git a/data/gallery.json b/data/gallery.json
deleted file mode 100644
index 0b2f2ef..0000000
--- a/data/gallery.json
+++ /dev/null
@@ -1,32 +0,0 @@
-[
- {
- "title": "RemCon 2022",
- "description": "Bavil, Dzioba, Mollin i BeElephant pozują nad morzem.",
- "meta": "Gdynia, 25.02.2022",
- "link": "https://media.discordapp.net/attachments/719165033090908190/946703702864060466/20220225_104137.jpg"
- },
- {
- "title": "Mollin Stream II",
- "description": "BeElephant i Mollin w kompromitujących przebraniach.",
- "meta": "Poznań, 02.12.2022",
- "link": "https://media.discordapp.net/attachments/719166032714924045/1048341477329227847/image.png"
- },
- {
- "title": "Morasko Chill",
- "description": "Album cover dla nieistniejącej (jeszcze) płyty, featuring BeElephant, J4roid, Mollin i MrMichal564.",
- "meta": "Poznań, 11.2022",
- "link": "https://media.discordapp.net/attachments/434626765768491008/1052985575642239017/Pamiec_wody_o_jabku.jpg"
- },
- {
- "title": "OP pojawił się za jamesenem",
- "description": "Poprzez całkowity przypadek BeElephant pojawia się za jamesenem w tramwaju.",
- "meta": "Poznań, 15.11.2022",
- "link": "https://media.discordapp.net/attachments/719166032714924045/1055549275825766471/20221115_183021.jpg"
- },
- {
- "title": "Ceremonia przekazania skarpety",
- "description": "Ceremonialne pzekazanie Skarpety Stachowiaka jej prawowitemu właścicielowi w trzech aktach",
- "meta": "Poznań, 9.2022",
- "link": "https://cdn.discordapp.com/attachments/788182003098583070/1055542425592012810/Untitled164_20221222184347.png"
- }
-]