From b8ffcfb3b4edba41098ed970cb4a55dae849597b Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Fri, 23 Jan 2026 19:17:20 +0100 Subject: [PATCH] Add Polo to "made with" page Signed-off-by: Manuel Rego Casasnovas --- _data/madewith.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_data/madewith.json b/_data/madewith.json index a4dd1f22c4..c77d722106 100644 --- a/_data/madewith.json +++ b/_data/madewith.json @@ -75,6 +75,12 @@ "link": "https://lightpanda.io/", "description": "A headless web browser that uses html5ever for parsing" }, + { + "key": "polo", + "name": "Polo", + "link": "https://github.com/Ranrar/Marco/tree/servo", + "description": "A lightweight GTK4 markdown viewer using Servo for fast HTML rendering of parsed markdown documents" + }, { "key": "wry-backend", "name": "Wry Backend",