if (contentUrl != 'time') {
        const text = Time.titleFromFile(context, contentUrl);
        if (text) {
          return {type: LinkType.prev, text, url: '/' + contentUrl};
        }