hugo-theme-paradox/layouts/partials/styles/external-links.html

11 lines
144 B
HTML

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