Posts
{#if tags}
{#each tags as tag}
toggle(tag)} on:keydown={() => toggle(tag)}> {tag}
{/each}
RSS
{/if}
Posts
{#if !selectedTags.length || selectedTags.find(tag => posts[0].categories.includes(tag))}
{/if} {#each filteredPosts as post (post.title)}
{/each}
There's also RSS feed available
here
.