Are you experiencing an issue with...
:beetle: Description
Can't make use of "Let's Encrypt" Logo on Simple Icons with Shields.io
Try to put a "Let's Encrypt" Logo on the badge, tried multiple URL formats, failed.
:link: Link to the badge
https://img.shields.io/badge/Secured_by-Let's_Encrypt-blue.svg?logo=let%27s-encrypt
:bulb: Possible Solution
prehaps that single quote is causing this problem?
Huh, it looks like that string is a single right quote. It'd be more expected to use an apostrophe, and would be easier to type! I wonder if they would change it.
In the meantime, this is working:
https://img.shields.io/badge/Secured_by-Let's_Encrypt-blue.svg?logo=let%E2%80%99s-encrypt
Wow, good catch! This one had me scratching my head too
I opened simple-icons/simple-icons#1362 to talk about adding URL- and code-friendly slugs to the package and the website.
Let's track this in #4273.
Most helpful comment
Huh, it looks like that string is a single right quote. It'd be more expected to use an apostrophe, and would be easier to type! I wonder if they would change it.
In the meantime, this is working:
https://img.shields.io/badge/Secured_by-Let's_Encrypt-blue.svg?logo=let%E2%80%99s-encrypt