diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-03-09 11:10:13 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-03-09 11:10:13 +0100 |
commit | 0d145eb824f964421454bcd94c35659e8d8114f5 (patch) | |
tree | 09369b64b4be1ad0a6315eca2c11d01a3fc40e13 | |
parent | 636707ffc5ff83725cad657c6ae968ead9c75a8f (diff) | |
download | cgi-0d145eb824f964421454bcd94c35659e8d8114f5.zip |
Update albums
-rwxr-xr-x | main.c | 31 |
1 files changed, 28 insertions, 3 deletions
@@ -926,10 +926,11 @@ static Doc docs[NUM_DOCS] = { .layout = LAYOUT_CENTER, }, { .scale = 80, - .text = "Apple / iTunes", + .text = "Apple", .href = "/apple/2021", }, { .type = TAG_CODE, + .unselectable = 1, .text = " | ", }, { .scale = 80, @@ -937,6 +938,7 @@ static Doc docs[NUM_DOCS] = { .href = "/spotify/2021", }, { .type = TAG_CODE, + .unselectable = 1, .text = " | ", }, { .scale = 80, @@ -1128,6 +1130,29 @@ static Doc docs[NUM_DOCS] = { .text = "YouTube", .href = "https://www.youtube.com/playlist?list=PLcgDcJaNt0a-wSyZdGARyF3OMAqOQY36J", }, { + .line_height = 100, + .text = "<br> \"Vertex\" single <br>", + }, { + .scale = 80, + .text = "Apple", + .href = "/apple/2020", + }, { + .type = TAG_CODE, + .unselectable = 1, + .text = " | ", + }, { + .scale = 80, + .text = "Spotify", + .href = "/spotify/2020", + }, { + .type = TAG_CODE, + .unselectable = 1, + .text = " | ", + }, { + .scale = 80, + .text = "Deezer", + .href = "/deezer/2020", + }, { .type = TAG_END, }, { .text = "<br>", @@ -1190,7 +1215,7 @@ static Doc docs[NUM_DOCS] = { .unselectable = 1, .text = " 3.", }, { - .text = "Casual Track 020", + .text = "Casual Track 020 / Curl", }, { .width = 100, .layout = LAYOUT_FLOAT_RIGHT, @@ -1241,7 +1266,7 @@ static Doc docs[NUM_DOCS] = { .unselectable = 1, .text = " 5.", }, { - .text = "Casual Track 022", + .text = "Casual Track 022 / Vertex", }, { .width = 100, .layout = LAYOUT_FLOAT_RIGHT, |