I’m trying to share links to my social media on main page at PaperMod theme using socialIcons functionality, but it seems URL schemes like xmpp: or matrix: aren’t working properly however mailto: for email works with no problem, syntax for using them is like:
Without safeURL , only the URI schemes http: , https: and mailto: are considered safe by Go templates. If any other URI schemes (e.g., irc: and javascript: ) are detected, the whole URL will be replaced with #ZgotmplZ .
If you look at how the paperMod theme renders the social icons…
Thank you very much now it’s working. I will raise an issue as soon as possible.
also the default theme name is set to PaperMod, you might want to fix the path for future references themes/PaperMod/...