hugo-theme-paradox/layouts/partials/styles/external-links.html
2022-12-18 08:10:54 -06:00

11 lines
144 B
HTML

<style>
a[href^="{{.Site.BaseURL}}"] svg
{
display: none !important;
}
a[href^="http://localhost"] svg
{
display: none !important;
}
</style>