From 745e355722495e57b241638bb99933e36f5a3198 Mon Sep 17 00:00:00 2001 From: Dimitri GRISARD Date: Fri, 16 Feb 2024 18:21:01 +0100 Subject: [PATCH 1/2] feat: add malt --- assets/data/social.yml | 8 ++++++++ assets/svg/icons/malt.svg | 1 + config.toml | 1 + 3 files changed, 10 insertions(+) create mode 100644 assets/svg/icons/malt.svg diff --git a/assets/data/social.yml b/assets/data/social.yml index c81af256e..667168ddc 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -569,6 +569,14 @@ rootme: Icon: Src: svg/icons/rootme.svg +# 073 Malt +malt: + Weight: 73 + Prefix: https://www.malt.fr/profile/ + Title: Malt + Icon: + Src: svg/icons/malt.svg + # Phone phone: Weight: 98 diff --git a/assets/svg/icons/malt.svg b/assets/svg/icons/malt.svg new file mode 100644 index 000000000..c2c9b5a65 --- /dev/null +++ b/assets/svg/icons/malt.svg @@ -0,0 +1 @@ + diff --git a/config.toml b/config.toml index 7dd3b9def..359b2e06d 100644 --- a/config.toml +++ b/config.toml @@ -273,6 +273,7 @@ Plume = "" HackTheBox = "" RootMe= "" + Malt = "" Email = "" Phone = "" RSS = "" From 5bdf6d6649c4f829e9e69f54291f6cbeda693bb3 Mon Sep 17 00:00:00 2001 From: Dimitri GRISARD Date: Sun, 18 Feb 2024 12:43:57 +0100 Subject: [PATCH 2/2] fix typo --- assets/data/social.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/data/social.yml b/assets/data/social.yml index 667168ddc..305bc5507 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -569,7 +569,7 @@ rootme: Icon: Src: svg/icons/rootme.svg -# 073 Malt +# 073: Malt malt: Weight: 73 Prefix: https://www.malt.fr/profile/