From 680903e70103b37f4f35977de0ef108ea01d32ab Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 17 May 2021 10:55:22 +0200 Subject: [PATCH 1/3] force website build From 49b584228655f56eee9be35c2a2d9be119e87c72 Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Wed, 30 Mar 2022 18:31:58 -0300 Subject: [PATCH 2/3] Add icon D lang --- _data/simple-icons.json | 5 +++++ icons/d.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/d.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f69431f299d7..aeafe46fe4c7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2374,6 +2374,11 @@ "hex": "F7DF1E", "source": "https://github.com/cytoscape/cytoscape.js/blob/97c27700feefe2f7b79fca248763049e9a0b38c6/documentation/img/cytoscape-logo.svg" }, + { + "title": "D", + "hex": "B03931", + "source": "https://github.com/dlang/dlang.org/blob/master/images/dlogo.svg" + }, { "title": "D-EDGE", "hex": "432975", diff --git a/icons/d.svg b/icons/d.svg new file mode 100644 index 000000000000..643bd60e1311 --- /dev/null +++ b/icons/d.svg @@ -0,0 +1 @@ +D \ No newline at end of file From 48439a1acf1e14222f56f6e84f7fa86b93cbe615 Mon Sep 17 00:00:00 2001 From: Isaac Santana Date: Sun, 14 Aug 2022 00:21:18 +0000 Subject: [PATCH 3/3] Update _data/simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index aeafe46fe4c7..869aa9a93531 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2377,7 +2377,7 @@ { "title": "D", "hex": "B03931", - "source": "https://github.com/dlang/dlang.org/blob/master/images/dlogo.svg" + "source": "https://github.com/dlang/dlang.org/blob/6d0e2e5f6a8249031cfd010e389b99ff014cd320/images/dlogo.svg" }, { "title": "D-EDGE",