trwnh.com/profile.test.hugo/layouts/partials/styles/external-links.html
2024-09-29 20:32:51 -05:00

15 lines
No EOL
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>