You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
great library, thanks for that. Unfortunately your plugin uses the Kirby helper function svg which includes the svg files as inline svgs. This leads to duplicate ids in the browsers DOM as every badge svg comes with id="a" and id="b" included.
I think there are two ways to circumvent this:
Add a custom identifier before every id - maybe automatically generated from the badge content
Generate the badges as "files" and just link them like Github does:
Hey there,
great library, thanks for that. Unfortunately your plugin uses the Kirby helper function svg which includes the svg files as inline svgs. This leads to duplicate ids in the browsers DOM as every badge svg comes with id="a" and id="b" included.
I think there are two ways to circumvent this:
What would you say on that?
Regards
codiflow
The text was updated successfully, but these errors were encountered: