15 lines
193 B
HTML
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> |