X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/852ee620f0a2f6a83cf83eba860ca951b66bb7e2..refs/heads/main:/src/lib/components/post/post.svelte
diff --git a/src/lib/components/post/post.svelte b/src/lib/components/post/post.svelte
index b0f99e4..dfabdce 100644
--- a/src/lib/components/post/post.svelte
+++ b/src/lib/components/post/post.svelte
@@ -16,29 +16,40 @@
title={$_('post.metadata_title', { values: { count: index + 1, total: count } })}
>
- {#if post.author}
-
- {$_('post.author_credit')}
- {post.author.handle}.
-
- {:else}
- ????
- {/if}
+ {#if post.author}
+
+ {$_('post.author_credit')}
+ {post.author.handle}.
+
+ {:else}
+ ????
+ {/if}
{#if post.topic}
- ({$_('post.topic_location')} {post.topic.title}.)
+ ({$_('post.topic_location')}
+ {post.topic.title}.)
{/if}
{post.text}