@@ -4,6 +4,7 @@ export const standalonePoems: Poem[] = [
44 {
55 slug : 'temnota' ,
66 title : 'В темноте' ,
7+ createdAt : '2022-09-29' ,
78 format : 'verse' ,
89 stanzas : [
910 [
@@ -29,6 +30,7 @@ export const standalonePoems: Poem[] = [
2930 {
3031 slug : 'boketto' ,
3132 title : 'Бокетто' ,
33+ createdAt : '2022-04-11' ,
3234 format : 'verse' ,
3335 stanzas : [
3436 [
@@ -55,6 +57,7 @@ export const standalonePoems: Poem[] = [
5557 {
5658 slug : 'mrak' ,
5759 title : 'Во мраке тихой темной ночи' ,
60+ createdAt : '2022-08-29' ,
5861 format : 'verse' ,
5962 stanzas : [
6063 [
@@ -80,6 +83,7 @@ export const standalonePoems: Poem[] = [
8083 {
8184 slug : 'night' ,
8285 title : 'Ночь' ,
86+ createdAt : '2022-08-14' ,
8387 format : 'verse' ,
8488 stanzas : [
8589 [
@@ -98,6 +102,7 @@ export const standalonePoems: Poem[] = [
98102 {
99103 slug : 'moon' ,
100104 title : 'Луна' ,
105+ createdAt : '2022-04-27' ,
101106 format : 'verse' ,
102107 stanzas : [
103108 [
@@ -123,6 +128,7 @@ export const standalonePoems: Poem[] = [
123128 {
124129 slug : 'stay' ,
125130 title : 'Постой' ,
131+ createdAt : '2022-04-28' ,
126132 format : 'verse' ,
127133 stanzas : [
128134 [
@@ -142,6 +148,7 @@ export const standalonePoems: Poem[] = [
142148 {
143149 slug : 'moment' ,
144150 title : '…' ,
151+ createdAt : '2022-09-12' ,
145152 format : 'verse' ,
146153 stanzas : [
147154 [
@@ -168,34 +175,10 @@ export const standalonePoems: Poem[] = [
168175 ] ,
169176 ] ,
170177 } ,
171- {
172- slug : 'obman' ,
173- title : 'Обман' ,
174- format : 'verse' ,
175- stanzas : [
176- [
177- 'Ты веришь только в ложь,' ,
178- 'Глаза не видят правды,' ,
179- 'Твой мозг уже плывет,' ,
180- 'Сознание тихо умирает.' ,
181- ] ,
182- [
183- 'Но ты и дальше смотришь ящик,' ,
184- 'Все так же веря в бычий глаз.' ,
185- 'Теперь ты словно зомби,' ,
186- 'Что над собой утерял власть.' ,
187- ] ,
188- [
189- 'И каждый аргумент' ,
190- 'Проходит вскользь твоих ушей,' ,
191- 'Ведь сознанием управляет' ,
192- 'Полумертвый кощей.' ,
193- ] ,
194- ] ,
195- } ,
196178 {
197179 slug : 'pristan' ,
198180 title : 'На старой пристани' ,
181+ createdAt : '2022-04-20' ,
199182 format : 'verse' ,
200183 stanzas : [
201184 [
@@ -227,6 +210,7 @@ export const standalonePoems: Poem[] = [
227210 {
228211 slug : 'ty' ,
229212 title : 'Ты' ,
213+ createdAt : '2022-04-19' ,
230214 format : 'verse' ,
231215 stanzas : [
232216 [
@@ -246,6 +230,7 @@ export const standalonePoems: Poem[] = [
246230 {
247231 slug : 'soldat' ,
248232 title : 'Маленький солдат' ,
233+ createdAt : '2022-02-23' ,
249234 format : 'verse' ,
250235 stanzas : [
251236 [
@@ -319,6 +304,7 @@ export const standalonePoems: Poem[] = [
319304 {
320305 slug : 'marsh' ,
321306 title : 'Партызанскі марш' ,
307+ createdAt : '2022-08-04' ,
322308 format : 'verse' ,
323309 lang : 'be' ,
324310 stanzas : [
@@ -348,6 +334,7 @@ export const standalonePoems: Poem[] = [
348334 {
349335 slug : 'pyt' ,
350336 title : 'Ты адкажы мне на пытаньне' ,
337+ createdAt : '2022-02-25' ,
351338 format : 'verse' ,
352339 lang : 'be' ,
353340 stanzas : [
@@ -375,6 +362,7 @@ export const standalonePoems: Poem[] = [
375362 {
376363 slug : 'prison' ,
377364 title : 'Prison' ,
365+ createdAt : '2024-02-21' ,
378366 format : 'verse' ,
379367 lang : 'en' ,
380368 stanzas : [
@@ -395,6 +383,7 @@ export const standalonePoems: Poem[] = [
395383 {
396384 slug : 'doroga' ,
397385 title : 'Дорога' ,
386+ createdAt : '2025-10-08' ,
398387 format : 'verse' ,
399388 stanzas : [
400389 [
@@ -420,6 +409,7 @@ export const standalonePoems: Poem[] = [
420409 {
421410 slug : 'nol' ,
422411 title : '0°С' ,
412+ createdAt : '2025-06-10' ,
423413 format : 'verse' ,
424414 stanzas : [
425415 [
@@ -445,6 +435,7 @@ export const standalonePoems: Poem[] = [
445435 {
446436 slug : 'slovo' ,
447437 title : 'Слово' ,
438+ createdAt : '2023-01-21' ,
448439 format : 'verse' ,
449440 stanzas : [
450441 [
0 commit comments