Externe Links haben nun ein Icon. Links auf meine Domains und die von dem Betreiber dieses Servers haben keinen Icon.
Gemacht wird dies mittels CSS:
a[href^="http:"] {
background: transparent url('/static/antville/images/xwolf/linkicon.gif') 100% 50% no-repeat;
padding-right: 15px;
}
a[href^="https://xwolf.blogger.de"],
a[href^="https://www.blogger.de"],
a[href^="http://home.bereich.com"],
a[href^="http://www.blogscout.de"],
a[href^="http://www.xwolf.de"] {
background: transparent;
padding-right: 3px;
}