export function isExternal (link) { return link.toLowerCase().indexOf('http') === 0 || link.toLowerCase().indexOf('mailto') === 0 }