wiki.trwnh.com/layouts/partials/styles/external-links.html
2022-11-26 09:09:21 -06:00

15 lines
193 B
HTML

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