master
Jason Schwarzenberger 4 years ago
parent deeb1d4649
commit f9fdac0992
  1. 5
      webapp/src/routes/index.svelte

@ -38,9 +38,8 @@
alt="logo" alt="logo"
style="height: 1rem; width: 1rem;" /> style="height: 1rem; width: 1rem;" />
<a rel="prefetch" href="/{story.id}">{story.title}</a> <a rel="prefetch" href="/{story.id}">{story.title}</a>
(<a href={story.url || story.link}> (<a
{new URL(story.url || story.link).hostname.replace(/^www\./, '')} href={story.url || story.link}>{new URL(story.url || story.link).hostname.replace(/^www\./, '')}</a>)
</a>)
</header> </header>
<section> <section>
<StoryInfo {story} /> <StoryInfo {story} />

Loading…
Cancel
Save