X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/879fa389c2592760def75177eefbd3193e1845c9..4e6be9f49b9697d9577014b3ee2b7988129823a9:/src/components/post/post.svelte diff --git a/src/components/post/post.svelte b/src/components/post/post.svelte index fd9e580..66901af 100644 --- a/src/components/post/post.svelte +++ b/src/components/post/post.svelte @@ -23,9 +23,11 @@ {timestampToISO(post.created_at)} + {#if post.topic} ({$_('post.topic_location')} {post.topic.title}.) + {/if}