From 625da6f85445018281c20c86ca9bb6144db95aba Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 1 Jan 2026 18:25:01 +0100 Subject: [PATCH] split mlem and mlem.ui into separate resource entries --- website/_data/resources.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/website/_data/resources.json b/website/_data/resources.json index e9fa1f1f..6a074dd9 100644 --- a/website/_data/resources.json +++ b/website/_data/resources.json @@ -203,17 +203,25 @@ ] }, { - "title": "MLEM and MLEM.Ui", + "title": "MLEM", "author": "Ellpeck", "cover": "https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png", "url": "https://mlem.ellpeck.de/", "pixelart": false, "tags": [ - "libraries", + "libraries" + ] + }, + { + "title": "MLEM.Ui", + "author": "Ellpeck", + "cover": "https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Ui.gif", + "url": "https://mlem.ellpeck.de/articles/ui.html", + "pixelart": false, + "tags": [ "ui" ] - } - , + }, { "title": "Contentless", "author": "Ellpeck",