From 44e75541f7be16116e80e5c71ff98f6997d63fe5 Mon Sep 17 00:00:00 2001 From: "Riccardo M. BIANCHI, PhD" Date: Sat, 1 Mar 2025 21:11:44 +0100 Subject: [PATCH] feat(Tailwind): add `reddit` icon to brands pack (#3200) The social sharing in 'page_sharer.yaml' can now use the built-in `brands/reddit` icon for sharing a page to Reddit. --- modules/blox-tailwind/data/icons/brands.yaml | 3 ++- modules/blox-tailwind/data/page_sharer.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/blox-tailwind/data/icons/brands.yaml b/modules/blox-tailwind/data/icons/brands.yaml index 8504cd37..7852ee9f 100644 --- a/modules/blox-tailwind/data/icons/brands.yaml +++ b/modules/blox-tailwind/data/icons/brands.yaml @@ -16,6 +16,7 @@ icons: arxiv: google-scholar: orcid: - + reddit: + # Hugo hugo: diff --git a/modules/blox-tailwind/data/page_sharer.yaml b/modules/blox-tailwind/data/page_sharer.yaml index 2a83325d..c9e01671 100644 --- a/modules/blox-tailwind/data/page_sharer.yaml +++ b/modules/blox-tailwind/data/page_sharer.yaml @@ -36,7 +36,7 @@ links: # - id: reddit # url: 'https://reddit.com/submit?url={url}&title={title}' # title: Reddit -# icon: reddit-alien +# icon: brands/reddit # enable: false # - id: pinterest # url: 'https://pinterest.com/pin/create/link/?url={url}&description={title}'