wiki.trwnh.com/layouts/partials/styles/external-links.html

12 lines
145 B
HTML
Raw Normal View History

2022-11-26 15:09:21 +00:00
<style>
a[href^="{{.Site.BaseURL}}"] svg
2022-11-26 15:09:21 +00:00
{
display: none !important;
}
a[href^="http://localhost"] svg
2022-11-26 15:09:21 +00:00
{
display: none !important;
}
</style>