X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/879fa389c2592760def75177eefbd3193e1845c9..8ae7249a5bb12f23d402f0ede32956827de4e111:/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}