trwnh.com/unified.test.hugo/layouts/partials/styles/external-links.html
2024-10-05 01:27:07 -05:00

12 lines
No EOL
145 B
HTML

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