{ // always adding rel=me to every entry *probably* doesn't break anything Object.keys(Astro.props.entries).map((k) => ( <> {k}
)) }