X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/879fa389c2592760def75177eefbd3193e1845c9..fb76052a02708a8fafa310d99d7d7b403b4b7ad8:/src/components/post/post.svelte?ds=inline 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}