body > footer::after {
  content: "source: www.emhekkelman.nl";
}

a {
  text-decoration: none;
}

a[href*="//"]:not([href*="www.emhekkelman.nl"])::after{
  content: " " attr(href) " ";
  text-decoration: underline;
}
